]> git.ipfire.org Git - thirdparty/openssl.git/commit
OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 30 Nov 2021 15:44:59 +0000 (16:44 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Fri, 3 Dec 2021 11:21:12 +0000 (12:21 +0100)
commit38288f424faa0cf61bd705c497bb1a1657611da1
treefa43930a24228ae6011c4b19d6d6b0c9b7c4476a
parente2b7dc353b353efccd1d228f743baa7c2d2f9f49
OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200

This way keep-alive is not (needlessly) cancelled on error.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17171)
crypto/http/http_client.c