summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPMessage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HTTP connections aren't kept alive unless explicitly enabled.madmaxoft2014-01-181-22/+29
| | | | | 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.
* Fixed warnings in HTTP parser.madmaxoft2013-12-201-0/+3
|
* Moved source to srcAlexander Harkness2013-11-241-0/+164