when a client sends header lines without a colon, respond with 400 Bad
authorbenno <benno@openbsd.org>
Thu, 21 Oct 2021 11:48:30 +0000 (11:48 +0000)
committerbenno <benno@openbsd.org>
Thu, 21 Oct 2021 11:48:30 +0000 (11:48 +0000)
commit6014b236788ed27af98657e9ef66433e7fa4fbad
tree97cd9f7b377bd724a8029ae17e8e022152f40c80
parentbf0193d8cd0ca4e683146c29a671bf62f193ec92
when a client sends header lines without a colon, respond with 400 Bad
Request instead of 500 Internal Server Error.
ok claudio@
usr.sbin/httpd/server_http.c