We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3858a69 commit 2d208deCopy full SHA for 2d208de
spring-web/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactory.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2019 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -121,6 +121,7 @@ public void destroy() throws IOException {
121
cache.close();
122
}
123
this.client.dispatcher().executorService().shutdown();
124
+ this.client.connectionPool().evictAll();
125
126
127
0 commit comments