CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/06 07:02:07
Modified files:
usr.sbin/httpd : server_http.c
Log message:
After processing of a range request httpd would never close the
connection and eventually stop answering queries because of file
descriptor starvation.
Problem reported by, minimal testcase provided and testing by trondd
_AT_ kagu-tsuchi.com, thanks!
Testing Nick Holland and millert
OK deraadt
