CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/02 13:22:43
Modified files:
usr.sbin/httpd : server.c server_file.c
Log message:
Fix an error case that was never handled ending up in an endless event
loop that could eat all CPU. I thought that the previous (correct)
commit fixed it which wasn't the case. But this one is obvious.
ok florian@
