diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-25 12:56:15 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-25 12:56:15 -0700 |
commit | e456075c7dfc280e3371e9681fd4ff83b4f14896 (patch) | |
tree | bc35404855b6fff99a7d4780949e7a4f7218b5f5 | |
parent | c8e18d56ea202b7e0562ab6799cbcd95651e9209 (diff) |
Added author metadata
-rw-r--r-- | src/clojure/contrib/http/agent.clj | 4 |
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] |