CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2018/04/18 03:36:47
Modified files: usr.sbin/httpd : Tag: OPENBSD_6_2 server_http.c Log message: Merge usr.sbin/httpd/server_http.c revision 1.119 to 6.2-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@