]> git.mxchange.org Git - simgear.git/commitdiff
Fix HTTP unit-test
authorJames Turner <zakalawe@mac.com>
Fri, 25 Mar 2016 13:28:24 +0000 (13:28 +0000)
committerJames Turner <zakalawe@mac.com>
Fri, 25 Mar 2016 13:28:24 +0000 (13:28 +0000)
simgear/io/test_HTTP.cxx

index 2f90b4427d5930026f3701d08813ae233d5479af..4787a995b73861c5a8d16fe1e7f82aa28d7b44ac 100644 (file)
@@ -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");