On Wed, Dec 16, 2015 at 05:19:14PM -0600, Tim Chase wrote:
> doing it by hand works too:
> 
> $ (echo "GET / HTTP/1.1" ; echo "host: duckduckgo.com" ; echo ) | nc
> duckduckgo.com 80 > test.html

But if you send HTTP/1.0 instead of 1.1 it closes the connection without
sending any data.

So... can Lynx ask for HTTP 1.1?

imc

_______________________________________________
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to