]> git.seodisparate.com - c_simple_http/commit
Use "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>
Mon, 23 Sep 2024 10:44:51 +0000 (19:44 +0900)
commitfdaaf046006742da82ec9d195a5dd8bd83649f97
tree9643083b97ee8d2843106633db9c2b12146e4efc
parent206cad6f57daf5641f4f79555fb87a6c54db7887
Use "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