Test-only change

Test that IETF application error codes translated to QuicRstStreamErrorCode and
then back yield the original value.  This is important because upon receiving a
STOP_SENDING frame we send a RESET_STREAM frame (QuicStream::OnStopSending()
calls QuicSession::SendRstStream() passing around a QuicRstStreamErrorCode), and
this guarantees that the sent wire error code will be identical to the one
received.

PiperOrigin-RevId: 328560090
Change-Id: Ifc0d74e2d53fb5a1bcc7f90ce02bac1fad3f0155
1 file changed
tree: 02e370dd7325f4d1e0b8f66f79f45e30d5b4c498
  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.