Skip to content

Fixed string to float conversion by adding a try catch for invalid inputs.

Eric Younger requested to merge ericy/buggy-web-server:master into master

Added try catch for impossible string to float conversions. Server will not crash now, and will output cerr on invalid input.

Closes issue: #7

Merge request reports