mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00

. Added conn_close to struct connection. 0 = Keep-Alive, 1 = Connection: close . Added keepalive_connection() for recycling connection structs. . Made "Connection: close\r\n" in reply headers optional. . If protocol is HTTP/1.1, use Keep-Alive, unless Connection: close is given in the request. Offtopic: . Improved request parsing - allow extraneous spaces.
Description
Languages
C
70.8%
Python
21.3%
Shell
5.4%
C++
1.2%
Dockerfile
0.9%
Other
0.4%