]> git.ipfire.org Git - thirdparty/openssl.git/commit
OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling BIO_should_retry(rctx-rbio)
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 28 Jun 2022 09:51:32 +0000 (11:51 +0200)
committerHugo Landau <hlandau@openssl.org>
Wed, 6 Jul 2022 07:21:53 +0000 (08:21 +0100)
commit059a4ad0999dd6dbd7340b5e4f7566812d51bb1e
tree34af4c6d7a73a22c3cf6196854476d9dfccba838
parent35750cb9af007702dad92d62da57200fdf9ddaf4
OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling BIO_should_retry(rctx-rbio)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18674)
crypto/http/http_client.c