HTTP2 Protocol error #571
Unanswered
marcoroganovic
asked this question in
Q&A
Replies: 3 comments
-
I have found the solution, the package was not removing the content-length header from the proxy response object while modifying it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you elaborate on that ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Basically, I've just added this line of code in delete proxyRes.headers['content-length']; Not sure if we faced same error though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this a question?
Yes.
I'm getting protocol error on some pages after transforming them with
http-proxy-response-rewrite
package, has anyone encountered a similar issue? Can the payload side present the problem, it has more than 350000 characters.Beta Was this translation helpful? Give feedback.
All reactions