1
0
cuberite-2a/src/HTTPServer
madmaxoft fab726282c HTTP connections aren't kept alive unless explicitly enabled.
Only the client can decide that the connection can be kept alive, we must close the socket if the client doesn't indicate keepalive support.
This will provide a fix for #390 when #560 is fixed; until then the issue remains, just it's no longer HTTPServer's fault.
2014-01-18 20:20:56 +01:00
..
CMakeLists.txt moved HTTPServer to globs 2013-12-19 00:16:44 +00:00
EnvelopeParser.cpp Moved source to src 2013-11-24 14:19:41 +00:00
EnvelopeParser.h Moved source to src 2013-11-24 14:19:41 +00:00
HTTPConnection.cpp HTTP connections aren't kept alive unless explicitly enabled. 2014-01-18 20:20:56 +01:00
HTTPConnection.h HTTP connections aren't kept alive unless explicitly enabled. 2014-01-18 20:20:56 +01:00
HTTPFormParser.cpp Fixed a few MSVC warnings. 2014-01-06 22:22:33 +01:00
HTTPFormParser.h Moved source to src 2013-11-24 14:19:41 +00:00
HTTPMessage.cpp HTTP connections aren't kept alive unless explicitly enabled. 2014-01-18 20:20:56 +01:00
HTTPMessage.h HTTP connections aren't kept alive unless explicitly enabled. 2014-01-18 20:20:56 +01:00
HTTPServer.cpp Moved source to src 2013-11-24 14:19:41 +00:00
HTTPServer.h Fixed some of tiger's derpyness. 2013-11-27 07:27:19 +00:00
MultipartParser.cpp More MSVC warning fixes. 2014-01-07 17:07:49 +01:00
MultipartParser.h Moved source to src 2013-11-24 14:19:41 +00:00
NameValueParser.cpp Fixed a few MSVC warnings. 2014-01-06 22:22:33 +01:00
NameValueParser.h Moved source to src 2013-11-24 14:19:41 +00:00