Stale connections are never detected when wireLog.isDebugEnabled() == true
--------------------------------------------------------------------------

                 Key: HTTPCLIENT-1002
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1002
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient, HttpConn
    Affects Versions: 4.0.3
            Reporter: Dmitry Lisay
            Priority: Minor


When wireLog.isDebugEnabled() == true SessionInputBuffer is wrapped with 
LoggingSessionInputBuffer which doesn't implement EofSensor that 
AbstractHttpClientConnection.isStale() is relying on. This causes stale 
connections to be never detected and attempted to use.

-- 
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]

Reply via email to