summaryrefslogtreecommitdiffstats
path: root/crypto/http
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:29:55 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commit60e91cc4099c8db88d314910a744bbedca52fa52 (patch)
treec8cb4aab2947c21bb42956fecbffecaefded4eb8 /crypto/http
parent4c3c2633b226d930db7578346a1f5ddc48fd3466 (diff)
http: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/http')
-rw-r--r--crypto/http/http_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/http/http_client.c b/crypto/http/http_client.c
index cd6a51989f..e7e0183b59 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);