CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/30 01:09:38
Modified files:
usr.sbin/httpd : server_file.c
Log message:
Reserve an extra file descriptor per connection instead of per
request. This fixes fd accounting with persistent connections and
reduces the complexity of the implementation.
ok benno@
