From 8ddcef914296ff7ef2a099097ffd704742492484 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 25 Mar 2016 13:28:24 +0000 Subject: [PATCH] Fix HTTP unit-test --- simgear/io/test_HTTP.cxx | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.5