Community
Participate
Working Groups
When the HttpClient is idle (i.e. no requests in progress) and the server closes the connection, then the HttpClient does not detect the connection close. This is due to the rework done for the half close issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=340265.
Fixed. Added a check for the remote close (parser.fill() returns -1), and it is the case, then the connection is closed.