Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set SO_REUSEADDR in quick | June McEnroe | 2021-09-25 |
| | |||
* | Set original socket CLOEXEC | June McEnroe | 2021-09-24 |
| | |||
* | Consume request headers using MSG_PEEK | June McEnroe | 2021-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_HOST | June McEnroe | 2021-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_NUMERICSERV | June McEnroe | 2021-09-23 |
| | |||
* | Add quick | June McEnroe | 2021-09-23 |