Joan Balagueró created HTTPCLIENT-1998:
------------------------------------------

             Summary: Wrong time calculation for read operation deadlines when 
using kept-alive connections
                 Key: HTTPCLIENT-1998
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1998
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient (async)
    Affects Versions: 5.0 Beta4
            Reporter: Joan Balagueró
             Fix For: 5.0 Beta5
         Attachments: keep_alive.txt

Presently the internal data channel calculates the deadline of read operation 
based on the last read access. Naturally the last read operation timestamp on a 
persistent (kept-alive) HTTP connection usually points back at the previous 
message exchange

 
[https://github.com/apache/httpcomponents-core/blob/master/httpcore5/src/main/java/org/apache/hc/core5/reactor/InternalChannel.java#L64]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to