[
https://issues.apache.org/jira/browse/HTTPCLIENT-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-812.
------------------------------------------
Resolution: Won't Fix
Lawrence,
HttpClient 3.x code line is nearing its end of life. There will be no more
releases of HttpClient 3.1.x barring critical security related issues. Please
consider porting your changes to HttpClient 4.0 API
Oleg
> Would like to record and then retrieve the time, in ms, when an "http get"
> request is sent and likewise when the first byte of the response is received.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HTTPCLIENT-812
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-812
> Project: HttpComponents HttpClient
> Issue Type: New Feature
> Components: HttpClient
> Affects Versions: 3.1 Final
> Environment: Windows XP, Java 1.6.0_03, Tomcat 6
> Reporter: Lawrence M. Bates
> Priority: Minor
> Attachments: HttpMethodBase.java, HttpParser.java
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> Would like to record and then retrieve the time, in ms, when an "http get"
> request is sent and likewise when the first byte of the response is received.
> Downloaded the source code for commons-httpclient-3.0.1. I built a custom
> commons-httpclient-3.0.1.jar where
> org.apache.commons.httpclient.HttpMethodBase records the time an "http get"
> request is first sent (execute method) , along with adding getters and
> setters. Also modified org.apache.commons.httpclient.HttpParser to record,
> get, and set the time that the first byte of the response is received.
> This non-standard feature allows us in our project to log and audit how long
> it's taking the targeted server to respond to our requests.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]