diff --git a/simgear/io/test_HTTP.cxx b/simgear/io/test_HTTP.cxx index 2f90b442..4787a995 100644 --- a/simgear/io/test_HTTP.cxx +++ b/simgear/io/test_HTTP.cxx @@ -700,6 +700,7 @@ cout << "testing proxy close" << endl; { cout << "get-during-response-send" << endl; + cl.clearAllConnections(); //test_get_during_send TestRequest* tr = new TestRequest("http://localhost:2000/test_get_during_send");