-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b11
There is a race condition when the server closes a connection at roughly the same time that the client takes it of the pool. This is particularly observable when the server/proxy closes the connection just after returning 401/407, but can also be observed in other circumstances.
The detection of a channel state could be improved by attempting to read one character off the connection just after taking the connection off the pool.
The detection of a channel state could be improved by attempting to read one character off the connection just after taking the connection off the pool.
- relates to
-
JDK-8262294 java/net/httpclient/ProxyAuthDisabledSchemes.java fails with HTTP/1.1 parser received no bytes
-
- Closed
-
-
JDK-8261605 java.net.Authenticator cannot handle Negotiate or Digest authentication
-
- Closed
-
- links to
-
Commit openjdk/jdk/0d2dbd29
-
Review openjdk/jdk/2649
-
Review(master) openjdk/jdk/2649