1
0
cuberite-2a/tests/HTTP
peterbell10 d3c1c626f5
Deal with covered switches consistently (#4161)
* Fixes a number of "<function>: not all control paths return a value" warnings on MSVC.

* Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults.

* Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message()
2018-02-04 23:07:12 +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 Travis build (#4101) 2017-12-22 18:25:46 +00:00