Minor improvements to quic/core/http:end_to_end_test

Add expectations on error codes to CheckResponse().  This may provide
potentially useful output on failure.

Fix comments in AckNotifierWithPacketLossAndBlockedSocket.  There were two
scenarios before cl/312324172, in which I failed to update one comment.

Verify response to bar request in AckNotifierWithPacketLossAndBlockedSocket test
using SendSynchronousBarRequestAndCheckResponse().

Test-only change.

PiperOrigin-RevId: 321195032
Change-Id: I72d9badc4814a87dc7db88087a2d3c854c45705c
1 file changed
tree: 69a39baa6a07dc59016f3e0db65f02b0f95fba90
  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.