Issue #15 fixed: Server crash due to invalid HTTP-version when trying to convert string to float
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.