[ https://issues.apache.org/jira/browse/HTTPCLIENT-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roland Weber updated HTTPCLIENT-743: ------------------------------------ Fix Version/s: 3.1.1 ACK > 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]