aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* improve error handling when parsing http requests (#489)Dan Engelbrecht2023-10-201-6/+36
| | | * catch exceptions in HttpRequestParser::OnMessageComplete() callback
* restructured zenhttp (#472)Stefan Boberg2023-10-131-0/+370
separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it