Skip to content

Created try/catch for paring error of http_version

Thomas Bakken Moe requested to merge thomabmo/buggy-web-server:master into master

Added try/catch around the if-statement checking the http_version. If the if-statement casts an error, the error is caught, an error message is printed, and the program continues.

Closes issue #36

Merge request reports