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
76 stars 11 forks source link

Also close connection if response's headers contains connection: close #33

Closed craff closed 2 years ago

c-cube commented 2 years ago

good point.