Skip to content

Commit f04d066

Browse files
committed
* 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
1 parent 5cec2b4 commit f04d066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ssl/ssl_util_ocsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static BIO *serialize_request(OCSP_REQUEST *req, const apr_uri_t *uri,
4646
BIO_printf(bio, "http://%s:%d",
4747
uri->hostname, uri->port);
4848
}
49-
BIO_printf(bio, "%s%s%s HTTP/1.1\r\n"
49+
BIO_printf(bio, "%s%s%s HTTP/1.0\r\n"
5050
"Host: %s:%d\r\n"
5151
"Content-Type: application/ocsp-request\r\n"
5252
"Connection: close\r\n"

0 commit comments

Comments
 (0)