Duplicate log of HTTP header
----------------------------
Key: HTTPCLIENT-743
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-743
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 3.1 Final
Reporter: Sebb
Priority: Minor
The HTTP header line:
"HTTP/1.1 200 OK[\r][\n]"
is duplicated in the wire logs. Seems to be because the line is logged at:
HttpParser [line: 131] - readLine(InputStream, String)
and at:
HttpMethodBase [line: 1980] - readStatusLine(HttpState, HttpConnection)
It looks like the latter log should be removed?
--
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]