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 missing closing crlf in chunked streams #57

Closed c-cube closed 1 year ago

c-cube commented 1 year ago

close #56

c-cube commented 1 year ago

thank you for that. Sometimes this protocol has a lot of \r\n 😅