]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/ocsp: httpclient blocked when doing a GET
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 22 Dec 2022 13:34:01 +0000 (14:34 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 22 Dec 2022 13:41:31 +0000 (14:41 +0100)
commit70601c56da2e720285bfe7e0159eded8168ab66b
treef1ea2295dba50f606b426bf0b231363f89bc6331
parentc960a3b60f5d05b82cdac2a33ab22ca465787e60
BUG/MINOR: ssl/ocsp: httpclient blocked when doing a GET

When the OCSP updater uses the GET method with the payload in the URI,
the body must be set to IST_NULL, or the request won't be sent.
src/ssl_ocsp.c