Initialize QuicRstStreamFrame::ietf_error_code in default constructor.

This member currently never gets read without being initialized first, but it's
good practice to always initialize members to avoid test flakiness and UBSAN
failures down the road.

gfe-relnote: n/a, no behavioral change
PiperOrigin-RevId: 307442301
Change-Id: I05ed1480ff4c60a93eb9f24ebacbf8f330b63c06
1 file changed
tree: 185400527ab99455c711a0d39938972bdca34f3a
  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.