You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable CURL transfer encoding for old versions (#1632)
Otherwise some combinations of server-clients may fail
to transfer the data with bad request error
and data similar to '"TE" may only be "trailers" in HTTP/2'
It has been fixed in CURL 8.12.0 by explicitly stripping TE header
from HTTP/2 requests
Relates-To: NLAM-55
Signed-off-by: Rustam Gamidov <[email protected]>
0 commit comments