CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/27 05:24:13
Modified files:
usr.sbin/httpd : server_http.c
Log message:
Return "400 Bad Request" instead of "500 Server Internal Error" for
requests lacking "HTTP/<version>".
This makes it more obvious that httpd(8) does not attempt to support
HTTP v0.9 (circa 1991), when "GET <url>\r\n" was valid.
ok millert@ florian@
