summary refs log tree commit diff
path: root/bin/quick.c (follow)
Commit message (Collapse)AuthorAge
* Set SO_REUSEADDR in quickJune McEnroe2021-09-25
|
* Set original socket CLOEXECJune McEnroe2021-09-24
|
* Consume request headers using MSG_PEEKJune McEnroe2021-09-24
| | | | | | Use MSG_PEEK to determine where the request headers end and consume only up to there, leaving the CGI process to read any request body directly from the socket.
* Set only HTTP_HOSTJune McEnroe2021-09-24
| | | | | | And only because kcgi expects it. This is what I wrote originally, because every HTTP_ variable should be unset between each request, but this doesn't track them.
* Use NI_NUMERICSERVJune McEnroe2021-09-23
|
* Add quickJune McEnroe2021-09-23