Fix Chromium compiler error.

The source of the compilation difference here is that before C++17, std::string::data() is const, but C++17 added a non-const version that allows writing to it

Unused code. not protected.

PiperOrigin-RevId: 310222049
Change-Id: I21c44b2e0f8b705980ad8fc3120e47c6fa9bf9b7
1 file changed
tree: f291114b850923e4fe7b643ed099f7ce6583f218
  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.