Fix handling of GET requests by MASQUE

cl/360292410 introduced a regression that made MASQUE not properly handle GETs. Clearly I need to add real test coverage in MASQUE in general, but I'd like to land this first to unblock the hackathon. This code is not used in production.

PiperOrigin-RevId: 361008484
Change-Id: I309cc0ffc1eb5916854722af3273ef68d1634ffa
1 file changed
tree: 188311b507a386a1d2033e6b2a28976d9855ebfd
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.