Commit Graph

8 Commits

Author SHA1 Message Date
Tomasz Sowa 3d7148e8c0 fixed: last packet from a file was not sent to the browser
git-svn-id: svn://ttmath.org/publicrep/libscorpiohttpserver/trunk@1064 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-05-09 10:09:28 +00:00
Tomasz Sowa 80b53a7fd5 start adding support for sending files
git-svn-id: svn://ttmath.org/publicrep/libscorpiohttpserver/trunk@1063 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-05-07 22:56:44 +00:00
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
Tomasz Sowa 0c2dfab903 fixed: method Client::PrepareToNewRequest() should not set close_connection flag to false
git-svn-id: svn://ttmath.org/publicrep/libscorpiohttpserver/trunk@1058 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-03-17 09:02:52 +00:00
Tomasz Sowa eafb671c15 start adding support for HTTP 1.0 (keep connection)
git-svn-id: svn://ttmath.org/publicrep/libscorpiohttpserver/trunk@1057 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-03-13 20:27:45 +00:00
Tomasz Sowa 103f4cbc12 some code from Parser moved to HeadersParser and to string_functions
git-svn-id: svn://ttmath.org/publicrep/libscorpiohttpserver/trunk@1056 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-03-13 09:58:21 +00:00
Tomasz Sowa c3afe35119 the code was split from main.cpp to: client.h client.cpp server.h server.cpp
git-svn-id: svn://ttmath.org/publicrep/libscorpiohttpserver/trunk@1055 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-03-13 08:55:51 +00:00
Tomasz Sowa 4368dbd194 - importing: lib scorpio http server
start working on a http server



git-svn-id: svn://ttmath.org/publicrep/libscorpiohttpserver/trunk@1048 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-03-01 13:36:29 +00:00