aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/clojure/contrib/http/agent.clj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clojure/contrib/http/agent.clj b/src/clojure/contrib/http/agent.clj
index 806cb1af..bff3c250 100644
--- a/src/clojure/contrib/http/agent.clj
+++ b/src/clojure/contrib/http/agent.clj
@@ -58,7 +58,9 @@
:handler (fn [agnt]
(with-open [w (d/writer \"/tmp/out\")]
(d/copy (stream agnt) w))))
-"}
+"
+ :author "Stuart Sierra"
+ }
clojure.contrib.http.agent
(:require [clojure.contrib.http.connection :as c]