1
0
Fork 0
cuberite-2a/tests/HTTP
peterbell10 1ea36298d2
Fix cUrlClient leak (#4125)
Fixes #4040
* The TCP connection is now shutdown after OnBodyFinished
* Any open connections are closed when cNetworkSingleton::Terminate() is called.
* Removed ownership cycles in cUrlClientRequest
* Added a check to the test to ensure there are no leaks.
2018-02-20 17:08:46 +00:00
..
CMakeLists.txt Deal with covered switches consistently (#4161) 2018-02-04 23:07:12 +00:00
HTTPMessageParser_file.cpp SelfTests: Print a quick message on test start. 2016-06-18 13:12:10 +02:00
HTTPRequest1.data HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
HTTPRequest2.data WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00
HTTPRequestParser_file.cpp WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00
HTTPResponse1.data HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
HTTPResponse2.data HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
HTTPResponseParser_file.cpp HTTP: Fixed response parser, unified API. 2016-03-01 16:19:58 +01:00
UrlClientTest.cpp Fix cUrlClient leak (#4125) 2018-02-20 17:08:46 +00:00