summaryrefslogtreecommitdiffstats
path: root/src/HTTP (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-01HTTP: Fixed response parser, unified API.Mattes D4-16/+22
2016-03-01Fixed HTTP parsing when in insecure mode.Mattes D1-2/+6
Parsing would ignore the size of data already buffered, resulting in bad_alloc exception. Fixes #2898.
2016-03-01Renamed HTTPServer folder to HTTP.Mattes D25-0/+3962
It contains client code as well.