[
https://issues.apache.org/jira/browse/HTTPCLIENT-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574237#action_12574237
]
Sebb commented on HTTPCLIENT-743:
---------------------------------
Removed duplicate:
commit -m "HTTPCLIENT-743 - Duplicate log of HTTP header"
Committed revision 632799.
> 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
> Fix For: 3.1.1
>
>
> 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]