From 60e91cc4099c8db88d314910a744bbedca52fa52 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 31 May 2021 14:29:55 +1000 Subject: [PATCH] http: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- crypto/http/http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3