From: James Turner Date: Fri, 25 Mar 2016 13:28:24 +0000 (+0000) Subject: Fix HTTP unit-test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ddcef914296ff7ef2a099097ffd704742492484;p=simgear.git Fix HTTP unit-test --- 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");