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
Add autest for empty POST framing: 411 response (#13055)
Add a replay-based autest for a POST request that omits both
Content-Length and Transfer-Encoding. This captures the current
411 response in ATS and gives us a focused reproducer for issue
12960.
411 is in compliance with the RFC:
https://datatracker.ietf.org/doc/html/rfc9112#section-6.3
A server MAY reject a request that contains a message body but not a
Content-Length by responding with 411 (Length Required).
Fixes: #12960
0 commit comments