The reliable reset implementation reuse RecvMaxLength to store the reliable size instead of storing it in an independent variable.
This can lead MsQuic to raise an error to a peer that respect the spec, if stream data is receive beyond the reliable size.
See #6024 (comment)
The reliable reset implementation reuse RecvMaxLength to store the reliable size instead of storing it in an independent variable.
This can lead MsQuic to raise an error to a peer that respect the spec, if stream data is receive beyond the reliable size.
See #6024 (comment)