夏青云 created HTTPCLIENT-1925:
-------------------------------

             Summary: org.apache.http.NoHttpResponseException:  failed to 
respond
                 Key: HTTPCLIENT-1925
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1925
             Project: HttpComponents HttpClient
          Issue Type: Bug
    Affects Versions: 4.5.5
            Reporter: 夏青云


in the class AbstractConnPool.java,around line 247,the validateAfterInactivity 
default value is 2000 and would validate the conn, in some times ,it can't work 
as expect.

In my case,the server will break the conn in 10s,and I wait for 9s ,and send 
the next post,the validate will be true of course ,then I debug and wait for 2 
or 3 second ,and the exception occured.

It showed that the action of validate would not delay the expired time of the 
conn.



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