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
tree: 08a29df061b09faa0f402fc9c0b2e3ffb51a5ee4
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.