CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/16 04:25:28
Modified files:
usr.sbin/httpd : httpd.h server.c server_file.c server_http.c
Log message:
Implement file descriptor accounting. The concept was taken from
relayd but had to be adjusted for httpd. It now handles single-pass
HTTP connections, persistent connections with multiple requests, and
body-less HEAD requests. With input from benno@
