aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/http_connection.h
Commit message (Collapse)AuthorAgeFilesLines
* Added 413 and 429 status codesSimon Rasmussen2017-10-201-0/+2
|
* Merge pull request #194 from vadz/atomic-conn-countJaeseung Ha2017-09-171-1/+1
|\ | | | | Use atomic type for connection count shared between threads
| * Use atomic type for connection count shared between threadsVadim Zeitlin2016-11-151-1/+1
| | | | | | | | | | Even if this variable is only used in debug mode, it's still bad to have data races on it, as it was the case (and reported by thread sanitizer) before.
* | Add support for HTTP 422 status codeJamie Bullock2017-09-041-0/+1
| | | | | | | | See: https://tools.ietf.org/html/rfc4918#section-11.2
* | Revert "Add support for HTTP 422 status code"Jamie Bullock2017-09-041-1/+0
| | | | | | | | This reverts commit 6e4e66ad1233257f6413e643cfb376d2cf298065.
* | Add support for HTTP 422 status codeJamie Bullock2017-09-041-0/+1
|/ | | | See: https://tools.ietf.org/html/rfc4918#section-11.2
* Cleanup include folder into crow subfolderipknHama2016-09-211-0/+599
- only crow.h is exposed now