]> git.ipfire.org Git - thirdparty/openssl.git/commit
http_client.c: fix calculation of Content-Length in set1_content()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 1 Jul 2022 15:46:36 +0000 (17:46 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Mon, 11 Jul 2022 09:27:46 +0000 (11:27 +0200)
commit243465fd556837402bff52b7bf3d59420b68a02e
treeb1a119802d51c61dda4d22888fee38d10e63ab13
parent8c094747d78bb8627e9ca5241fed0550a3de2fdb
http_client.c: fix calculation of Content-Length in set1_content()

Work around an inconsistency in the implementations of BIO_CTRL_INFO.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/18701)
crypto/http/http_client.c