Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8369680 | 21.0.11-oracle | Kieran Farrell | P4 | Open | Unresolved | |
JDK-8369679 | 17.0.19-oracle | Kieran Farrell | P4 | Open | Unresolved |
HttpServer.stop blocks until the last active exchange handler completes. If there are no active exchanges when stop is called, the method should complete immediately. However, in that case it always blocks for the full delay.
- backported by
-
JDK-8369679 HttpServer.stop should terminate immediately if no exchanges are in progress
-
- Open
-
-
JDK-8369680 HttpServer.stop should terminate immediately if no exchanges are in progress
-
- Open
-
- duplicates
-
JDK-8353720 HttpServer::stop times out with zero inflight exchanges
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/627ef344
-
Review(master) openjdk/jdk/24467
-
Review(master) openjdk/jdk/25333
(1 links to)