c-cube / tiny_httpd

Minimal HTTP server using good old threads + blocking IO, with a small request router.
https://c-cube.github.io/tiny_httpd
75 stars 11 forks source link

fix chunking reading #87

Closed c-cube closed 2 months ago

c-cube commented 2 months ago

really annoying bug where the trailing \r\n wasn't consumed.