diff options
author | Pauli <pauli@openssl.org> | 2021-05-31 06:29:55 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-02 08:30:15 +0200 |
commit | 60e91cc4099c8db88d314910a744bbedca52fa52 (patch) | |
tree | c8cb4aab2947c21bb42956fecbffecaefded4eb8 /crypto/http/http_client.c | |
parent | evp: remove TODOs (diff) | |
download | openssl-60e91cc4099c8db88d314910a744bbedca52fa52.tar.xz openssl-60e91cc4099c8db88d314910a744bbedca52fa52.zip |
http: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/http/http_client.c')
-rw-r--r-- | crypto/http/http_client.c | 2 |
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); |