jeremycw / httpserver.h

Single header library for writing non-blocking HTTP servers in C
MIT License
1.78k stars 143 forks source link

Revert "Chunked request" #24

Closed jeremycw closed 4 years ago

jeremycw commented 4 years ago

Reverts jeremycw/httpserver.h#22

Looks like there's an issue on Linux causing some chunked requests to hang until they timeout. Reverting this for now until the issue is resolved.