From: Pauli Date: Mon, 31 May 2021 04:29:55 +0000 (+1000) Subject: http: remove TODOs X-Git-Tag: openssl-3.0.0-beta1~244 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60e91cc4099c8db88d314910a744bbedca52fa52;p=thirdparty%2Fopenssl.git http: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- diff --git a/crypto/http/http_client.c b/crypto/http/http_client.c index cd6a51989f2..e7e0183b590 100644 --- a/crypto/http/http_client.c +++ b/crypto/http/http_client.c @@ -1330,7 +1330,7 @@ int OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, /* Read past all following headers */ do { /* - * TODO: This does not necessarily catch the case when the full + * This does not necessarily catch the case when the full * HTTP response came in in more than a single TCP message. */ read_len = BIO_gets(fbio, mbuf, BUF_SIZE);