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
How often does it reproduce? Is there a required condition?
Reproducible in all environments
What is the expected behavior?
According to RFC grammar , For chunked body each chunk size should be terminated by CRLF , or can have chunked extension preceding with ";" . RFC chunked transfer coding .
All requestline , request headers and terminating headers-field must be terminated with CRLF . RFC grammar
What do you see instead?
For chunked body , each chunksize can be preceded with space and then any random ascii characters are allowed , even though semicolon is not provided for chunked extendsion , which violates RFC grammar
Version
nodejs :17.8.0
Platform
linux nodejs docker
Subsystem
node http
What steps will reproduce the bug?
Dockerfile
Code to reproduce
POC
How often does it reproduce? Is there a required condition?
Reproducible in all environments
What is the expected behavior?
RFC ABNF Grammar
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: