HTTP Version entered as too large number or string causes error
Putting in a large number as the HTTP version, i.e "GET / HTTP/1234123412341234123412341234" crashes the server and gives error message "terminate called after throwing an instance of 'std::out_of_range'"
Putting a string as the HTTP version, i.e. "GET / HTTP/A" gives error message "terminate called after throwing an instance of 'std::invalid_argument'"
Edited by Torstein Holmberget Sundfær