mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
http: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
This commit is contained in:
parent
4c3c2633b2
commit
60e91cc409
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user