and later -> or higher

This commit is contained in:
Viktor Szakats 2026-04-22 21:18:24 +02:00
parent de6ab39f5d
commit 97e75f98b7
No known key found for this signature in database
7 changed files with 9 additions and 9 deletions

View file

@ -2388,7 +2388,7 @@ static CURLcode http_req_set_TE(struct Curl_easy *data,
if(req_clen < 0) {
/* indeterminate request content length */
if(httpversion > 10) {
/* On HTTP/1.1, enable chunked, on HTTP/2 and later we do not
/* On HTTP/1.1, enable chunked, on HTTP/2 or higher we do not
* need it */
data->req.upload_chunky = (httpversion < 20);
}