]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
http: remove TODOs
authorPauli <pauli@openssl.org>
Mon, 31 May 2021 04:29:55 +0000 (14:29 +1000)
committerPauli <pauli@openssl.org>
Wed, 2 Jun 2021 06:30:15 +0000 (16:30 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15539)

crypto/http/http_client.c

index cd6a51989f22f6c9e12714f23c658c943fc09657..e7e0183b590a5e703b93079992f271cf4decaad7 100644 (file)
@@ -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);