You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2008/02/05 22:15:07 UTC

[jira] Created: (HTTPCLIENT-743) Duplicate log of HTTP header

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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Commented: (HTTPCLIENT-743) Duplicate log of HTTP header

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Updated: (HTTPCLIENT-743) Duplicate log of HTTP header

Posted by "Roland Weber (JIRA)" <ji...@apache.org>.
     [ 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Resolved: (HTTPCLIENT-743) Duplicate log of HTTP header

Posted by "Roland Weber (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roland Weber resolved HTTPCLIENT-743.
-------------------------------------

    Resolution: Fixed

> 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org