Skip to content

Issue #15 fixed: Server crash due to invalid HTTP-version when trying to convert string to float

Pernille Kopperud requested to merge pernilko/buggy-web-server:master into master

Swapped out the "greater than"-comparison with a string-comparison to prevent the server from crashing if the HTTP-request should contain an invalid argument for the HTTP-version. Instead this will only allow version HTTP/1.1.

Merge request reports