H2 stream handlers to make sure content-length header value equals the sum of data payload#683
H2 stream handlers to make sure content-length header value equals the sum of data payload#683ok2c wants to merge 1 commit into
Conversation
…e sum of data payload as per RFC 9113, section 8.1.1
|
@ok2c |
@arturobernalg I honestly do not know. Do you think it should? If you do, I will update the change-set. As far as I can tell, in practical terms this check matters for message head only due to a possible H2 to HTTP/1.1 translation by an intermediary. |
H2 stream handlers to make sure content-length header value equals the sum of data payload.
Conformance to RFC 9113, section 8.1.1