|
|
|
|
|
by charonn0
4125 days ago
|
|
> HTTP/1.0 is basically dead and has been for years There are probably a lot more active HTTP/1.0 clients than you think. Just slap a `Host: foo.com` and `Connection: close` header onto the request and your HTTP/1.0 client can talk to just about any HTTP/1.1 server. |
|