Properly ignore HTTP Infomational 1XX status codes in QUIC

Our code already handled status code 100 correctly, but incorrectly treated 101-199 as the final response. This CL ensures that we parse 100 as before, but properly ignore any other 1XX header, except 101 which is disallowed.

This issue was reported as <https://crbug.com/1096414>.

Client-only

PiperOrigin-RevId: 317169918
Change-Id: I199780f1d6862c3e5b8ff74b2135ecf7c1cc638e
2 files changed
tree: 179b23c682a03ad86a06f512a673a52a14fc42c6
  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.