mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
all: remove FIXME and TODO comments
We can always improve. These comments tend to linger and go misleading or plain wrong over time. Closes #16283
This commit is contained in:
parent
f1d1c98b7f
commit
94c596bbc5
23 changed files with 51 additions and 71 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue