Index: src/main/java/org/apache/http/impl/nio/bootstrap/HttpServer.java =================================================================== --- src/main/java/org/apache/http/impl/nio/bootstrap/HttpServer.java (revision 1705341) +++ src/main/java/org/apache/http/impl/nio/bootstrap/HttpServer.java (working copy) @@ -140,6 +140,7 @@ } catch (IOException ex) { this.exceptionLogger.log(ex); } + this.listenerExecutorService.shutdown(); } }