richardg867 / WaybackProxy

HTTP proxy for tunneling requests through the Internet Archive Wayback Machine
GNU General Public License v3.0
646 stars 55 forks source link

Unsupported HTTP version #10

Closed radiocolin closed 2 years ago

radiocolin commented 2 years ago

Unable to determine where this is originating, but I'm not able to use the current build due to it.

colin@Colins-MacBook-Air~> curl -v http://apple.com -x http://192.168.1.5:8888
*   Trying 192.168.1.5:8888...
* Connected to 192.168.1.5 (192.168.1.5) port 8888 (#0)
> GET http://apple.com/ HTTP/1.1
> Host: apple.com
> User-Agent: curl/7.79.1
> Accept: */*
> Proxy-Connection: Keep-Alive
>
* Unsupported HTTP version in response
* Closing connection 0
curl: (1) Unsupported HTTP version in response
richardg867 commented 2 years ago

Possibly fixed by 5c57105, please comment if it wasn't fixed.