mirror of
https://github.com/curl/curl.git
synced 2026-08-26 03:53:32 +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
|
|
@ -601,8 +601,8 @@ static CURLcode setopt_long(struct Curl_easy *data, CURLoption option,
|
|||
switch(arg) {
|
||||
case CURL_HTTP_VERSION_NONE:
|
||||
#ifdef USE_HTTP2
|
||||
/* TODO: this seems an undesirable quirk to force a behaviour on
|
||||
* lower implementations that they should recognize independently? */
|
||||
/* This seems an undesirable quirk to force a behaviour on lower
|
||||
* implementations that they should recognize independently? */
|
||||
arg = CURL_HTTP_VERSION_2TLS;
|
||||
#endif
|
||||
/* accepted */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue