Re: HttpConnection.getMetrics() per request?

2014-03-31 Thread Oleg Kalnichevski
On Sat, 2014-03-29 at 07:01 -0700, marceau wrote: I would like to get bytes sent received for each get request in a service. I am aware of the issue in https://issues.apache.org/jira/browse/HTTPCLIENT-1081 with HEAD requests, and any request where getMetrics() is called after the connection

HttpConnection.getMetrics() per request?

2014-03-29 Thread marceau
I would like to get bytes sent received for each get request in a service. I am aware of the issue in https://issues.apache.org/jira/browse/HTTPCLIENT-1081 with HEAD requests, and any request where getMetrics() is called after the connection has been returned to the pool. However, I get the