CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/04/18 03:37:25
Modified files:
usr.sbin/httpd : Tag: OPENBSD_6_3 server_http.c
Log message:
Merge usr.sbin/httpd/server_http.c revision 1.119 to 6.3-stable:
revision 1.119
date: 2018/04/06 13:02:07; author: florian; state: Exp; lines: +2 -1;
commitid: fU72v0$
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
ok florian@