Hi, I don't know if this is a real issue from OpenBSD's httpd(8). Tried some requests to httpd(8) for the purpose of education.
Simple tried the following request: $ telnet 10.42.42.183 80 Trying 10.42.42.183... Connected to 10.42.42.183. Escape character is '^]'. GET / HTTP/1.1 fasfsdfsfd Here without the colon httpd(8) return an internal server error. Can somebody verify this behavior? Noticed with OpenBSD 7.0. Is this a correct behavior (RFC conform)? Thanks in advance! Kind regrads, J. K.