Details
-
Type:
Defect
-
Status:
Closed
-
Resolution: Declined
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
clojure.contrib.http.agent provides no way to monitor the progress of the HTTP request/response.
It would be possible to monitor the number of bytes sent and received by replacing duck-streams/copy with a function that updates an atom (or agent) with the number of bytes copied.
Converted from http://www.assembla.com/spaces/clojure/tickets/20