Server crashes on get-request with invalid http-version

When using telnet with get request that has an invalid version, i.e GET / HTTP/string_not_number the server will crash.

Steps to reproduce

Start server as described in readme, and run commands:

telnet localhost 8080

GET / HTTP/string_not_number

Stacktrace

stacktrace