]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Revert r1928222 as we cannot handle transfer encoding chunked
authorRuediger Pluem <rpluem@apache.org>
Thu, 4 Sep 2025 08:08:00 +0000 (08:08 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 4 Sep 2025 08:08:00 +0000 (08:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928225 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_ocsp.c

index 434ee48303a4639a44be34c192df8d5194ea7c5c..855f02fc216fb89890c48ab06e2dd47ff47e9659 100644 (file)
@@ -46,7 +46,7 @@ static BIO *serialize_request(OCSP_REQUEST *req, const apr_uri_t *uri,
         BIO_printf(bio, "http://%s:%d",
                    uri->hostname, uri->port);
     }
-    BIO_printf(bio, "%s%s%s HTTP/1.1\r\n"
+    BIO_printf(bio, "%s%s%s HTTP/1.0\r\n"
                "Host: %s:%d\r\n"
                "Content-Type: application/ocsp-request\r\n"
                "Connection: close\r\n"