Server crashes when HTTP version is too large of a number or string
When entering too large of a number as the HTTP version, i.e. "GET / HTTP/989776899765018123456798876757987879876857" the server crashes and gives the error message: "terminate called after throwing an instance of 'std::out_of_range'"
The server also crashes when entering a string as the HTTP version, i.e. "GET / HTTP/hello". It will then give the error message: "terminate called after throwing an instance of 'std::invalid_argument'"
Backtrace bt.txt