Is removing Content-Length from empty post a deliberate change? #4594
-
|
Performing an empty POST ( This is compliant with the RFC 9110, which states (emphasis mine):
But if using in this same Node 22 with HTTP/2 enabled, the same empty POST does no more send a I have searched for a relevant issue or PR about this change but was unable to find one. Was this a deliberate change, or an accidental one? I would like more information about this before eventually opening an issue. Underlying issue: some servers reject with a HTTP 411 response POST requests not having a HTTP/2 enabled with: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
Thanks for reporting! Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that. |
Beta Was this translation helpful? Give feedback.
Thanks for reporting!
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that.