scorpioengine/src
Tomasz Sowa 71eb0ef4bf fixed: when connection header is set to keep-alive we should respond 'Connection: keep-alive' too
git-svn-id: svn://ttmath.org/publicrep/libscorpiohttpserver/trunk@1059 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-03-17 10:12:41 +00:00
..
Makefile start adding support for HTTP 1.0 (keep connection) 2017-03-13 20:27:45 +00:00
Makefile.dep some code from Parser moved to HeadersParser and to string_functions 2017-03-13 09:58:21 +00:00
client.cpp fixed: method Client::PrepareToNewRequest() should not set close_connection flag to false 2017-03-17 09:02:52 +00:00
client.h some code from Parser moved to HeadersParser and to string_functions 2017-03-13 09:58:21 +00:00
headers_parser.cpp fixed: method Client::PrepareToNewRequest() should not set close_connection flag to false 2017-03-17 09:02:52 +00:00
headers_parser.h some code from Parser moved to HeadersParser and to string_functions 2017-03-13 09:58:21 +00:00
main.cpp the code was split from main.cpp to: client.h client.cpp server.h server.cpp 2017-03-13 08:55:51 +00:00
server.cpp fixed: when connection header is set to keep-alive we should respond 'Connection: keep-alive' too 2017-03-17 10:12:41 +00:00
server.h some code from Parser moved to HeadersParser and to string_functions 2017-03-13 09:58:21 +00:00
string_functions.cpp some code from Parser moved to HeadersParser and to string_functions 2017-03-13 09:58:21 +00:00
string_functions.h some code from Parser moved to HeadersParser and to string_functions 2017-03-13 09:58:21 +00:00