geoip: Use correct line endings in HTTP request
commit16afc315b88661fd9cb15f97d886cac221287564
authorTobias Klauser <tklauser@distanz.ch>
Wed, 11 Nov 2015 13:50:39 +0000 (11 14:50 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 11 Nov 2015 13:50:39 +0000 (11 14:50 +0100)
tree0e96c3ca4835a78e27a1e7abfc905816ac1d9938
parent2643e4e881eb11c1ca1fbd551ce60f035a32007b
geoip: Use correct line endings in HTTP request

The lines in an HTTP request should all end with \r\n (CRLF) according
to RFC 2616, so use these consistently.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
geoip.c