Remove incorrect QUIC_BUG in QUIC transport parameters
Our transport parameter code has QUIC_BUGs for write errors (which should never happen) and returns false without a QUIC_BUG for read errors, as they can be caused by receiving invalid input over the network. This CL fixes an oversight where we accidentally had a QUIC_BUG on the receive path. This issue was found by clusterfuzz <https://crbug.com/1059103>.
gfe-relnote: n/a, remove incorrect QUIC_BUG, no behavior change, protected by TLS flags
PiperOrigin-RevId: 300192023
Change-Id: If34864e534ec68cb9ecd88c10870f0677faff60c
1 file changed