When using telnet with get request that has an invalid version, i.e GET / HTTP/string_not_number the server will crash.
Start server as described in readme, and run commands:
telnet localhost 8080
GET / HTTP/string_not_number