]> git.seodisparate.com - c_simple_http/commit
backport: "Connection: close" in response headers
authorStephen Seo <seo.disparate@gmail.com>
Mon, 23 Sep 2024 10:44:51 +0000 (19:44 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 24 Sep 2024 05:57:29 +0000 (14:57 +0900)
commit8eb0578454487a8800393c47b95113d0e3223d09
tree37c53880b571d006567a2b9daa836fbd3a10d61f
parentf22a523b45857c3952c9812c7a0d8f8a7f6ffb5f
backport: "Connection: close" in response headers

The current implementation always closes the connection after sending
the response, so it should notify the client to close the connection.
src/http.c
src/main.c