GH886: CONNECT should use HTTP/1.1
authorRich Salz <rsalz@openssl.org>
Sat, 19 Mar 2016 16:40:02 +0000 (12:40 -0400)
committerRich Salz <rsalz@openssl.org>
Sun, 20 Mar 2016 23:41:40 +0000 (19:41 -0400)
commit8230f6c764f854190358cf40f0e7e7ca5647d8cd
tree20ee44273bc02e3691b099de71c6f4ce47fa6553
parentf3e5948af6a9b27aad9cd3224f67b6231da2f89f
GH886: CONNECT should use HTTP/1.1

By default you get 0.9 which isn't widely available.
But we use HTTP/1.0 for now.
Courtesy beusink@users.github.com

Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/s_client.c