[#] http://marc.info/?l=openbsd-cvs&m=140670419227764&w=2
openbsd-cvs(obsdave,2) — All
2014-07-30 11:55:09


Module name: src
Changes by: reyk@cvs.openbsd.org 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@