-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b06
There are a few places in the HttpClient code base where we close the connection when some error/exception happens. This can some time trigger a race condition where closing the connection in turns causes a "connection closed locally" exception to get reported instead of the original exception. This typically happens if another thread is attempting to read from / write to the connection concurrently when the original exception that caused the connection to get closed occurred.
- links to
-
Commit(master) openjdk/jdk/7df21a8f
-
Review(master) openjdk/jdk/23080