diff options
Diffstat (limited to 'libs/libcurl/src/http1.c')
| -rw-r--r-- | libs/libcurl/src/http1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/libcurl/src/http1.c b/libs/libcurl/src/http1.c index ac472a4733..8a1278112c 100644 --- a/libs/libcurl/src/http1.c +++ b/libs/libcurl/src/http1.c @@ -167,8 +167,6 @@ static CURLcode start_req(struct h1_req_parser *parser, if(!target_len || !hv_len)
goto out;
- /* TODO: we do not check HTTP_VERSION for conformity, should
- + do that when STRICT option is supplied. */
(void)hv;
/* The TARGET can be (rfc 9112, ch. 3.2):
|
