From: Jim Jagielski Date: Fri, 22 Jan 2016 21:26:47 +0000 (+0000) Subject: we actually talk 1.0 X-Git-Tag: 2.5.0-alpha~2306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60bf32278e560dc9f4f98d2d12b7d988d952975a;p=apache we actually talk 1.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726315 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_hcheck.c b/modules/proxy/mod_proxy_hcheck.c index e848b3275f..4d8ee4d46c 100644 --- a/modules/proxy/mod_proxy_hcheck.c +++ b/modules/proxy/mod_proxy_hcheck.c @@ -370,8 +370,8 @@ static request_rec *create_request_rec(apr_pool_t *p1, conn_rec *conn, const cha r->header_only = 0; } - r->protocol = (char*)"HTTP/1.1"; - r->proto_num = HTTP_VERSION(1, 1); + r->protocol = (char*)"HTTP/1.0"; + r->proto_num = HTTP_VERSION(1, 0); r->hostname = NULL;