arturobernalg opened a new pull request, #634: URL: https://github.com/apache/httpcomponents-core/pull/634
Treat WINDOW_UPDATE frames with a window size increment of 0 according to RFC 9113 by applying stream error semantics for stream flow-control windows and connection error semantics for stream 0. [RFC 9113 6.9](https://www.rfc-editor.org/rfc/rfc9113.html#name-window_update) (WINDOW_UPDATE): “A receiver MUST treat the receipt of a WINDOW_UPDATE frame with a flow-control window increment of 0 as a stream error (Section 5.4.2) of type PROTOCOL_ERROR; errors on the connection flow-control window MUST be treated as a connection error (Section 5.4.1).” -- 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]
