mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
changing r->protocol to HTTP/2.0 for HTTP/2 requests, fixes PR 59313
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -372,7 +372,7 @@ request_rec *h2_request_create_rec(const h2_request *req, conn_rec *c)
|
||||
}
|
||||
|
||||
ap_parse_uri(r, req->path);
|
||||
r->protocol = "HTTP/2";
|
||||
r->protocol = "HTTP/2.0";
|
||||
r->proto_num = HTTP_VERSION(2, 0);
|
||||
|
||||
r->the_request = apr_psprintf(r->pool, "%s %s %s",
|
||||
|
Reference in New Issue
Block a user