CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2021/11/05 13:01:02
Modified files: usr.sbin/httpd : server_http.c Log message: Perform stricter checking on the version string (which RFC 7230 says must be "HTTP" "/" DIGIT "." DIGIT), and answer 505 version not supported when the number is outside of what we support, and 400 bad request when the version format is wrong. from Ross L Richardson, thanks! ok claudio@