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
In Request module, you parse headers (__responseHeaderCallback) in a case-sensitive way.
You do not enforce CURL to use HTTP 1.1 Headers in HTTP2.0 are lower case.
You can endup in not parsing the headers correctly.
PR gh-4 has been already merged. This issue wasn't closed because the PR didn't reference the issue (yep, you can only link issues to PRs manually). So I'm closing this issue as fixed.
Hello,
In Request module, you parse headers (__responseHeaderCallback) in a case-sensitive way.
You do not enforce CURL to use HTTP 1.1 Headers in HTTP2.0 are lower case.
You can endup in not parsing the headers correctly.
Hope it helps
The text was updated successfully, but these errors were encountered: