arturobernalg opened a new pull request, #640:
URL: https://github.com/apache/httpcomponents-core/pull/640

   RawFrame readers were applying PADDED semantics whenever flag 0x08 was set, 
regardless of frame type. This violates RFC 9113 flag handling rules and can 
cause spurious PROTOCOL_ERROR (e.g., on PING frames).
   
   [RFC 9113, Section 
4.1](https://www.rfc-editor.org/rfc/rfc9113.html#name-frame-format) states: 
“Unused flags MUST be ignored on receipt and MUST be left unset (0x00) when 
sending.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to