From f04d0660b8fc039dcb1015cfb60d8609fe37ca85 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Thu, 4 Sep 2025 08:08:00 +0000 Subject: [PATCH] * Revert r1928222 as we cannot handle transfer encoding chunked git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928225 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_util_ocsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/ssl_util_ocsp.c b/modules/ssl/ssl_util_ocsp.c index 434ee48303a..855f02fc216 100644 --- a/modules/ssl/ssl_util_ocsp.c +++ b/modules/ssl/ssl_util_ocsp.c @@ -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" -- 2.47.3