mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
Avoid to null out the cookieStore field in doStop(), to prevent random NPEs while stopping.
This commit is contained in:
parent
1de043d6c3
commit
b4d1060e88
@ -228,7 +228,6 @@ public class HttpClient extends ContainerLifeCycle
|
||||
protected void doStop() throws Exception
|
||||
{
|
||||
cookieStore.removeAll();
|
||||
cookieStore = null;
|
||||
decoderFactories.clear();
|
||||
handlers.clear();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user