mrash / fwknop

Single Packet Authorization > Port Knocking
http://www.cipherdyne.org/fwknop/
GNU General Public License v2.0
1.1k stars 229 forks source link

Use HTTP/1.1 when communicating over HTTP #273

Closed khorben closed 6 years ago

khorben commented 6 years ago

For some reason the HTTP headers generated for GET requests in the client code are using HTTP/1.0, whereas the "Host" header is always provided anyway. It seems to me that it should do no harm to use HTTP/1.1 instead (not tested).