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.
- duplicates
-
JDK-8353720 HttpServer::stop times out with zero inflight exchanges
-
- Closed
-
- links to
-
Review(master) openjdk/jdk/24467