Make absl::string_view to std::string conversion explicit in Masque.

This is to unblock merge, because current code does not compile on Chromium.  It
makes sense for this conversion not to happen implicitly, given that it involves
copying data and potentially an allocation, which can be expensive.  Not sure
why it compiles in Google3.

Note that there has recently been a similar, merge-blocking string_view-related
issue:
https://quiche.googlesource.com/quiche/+/9f5ac0fb08fe7e7bd4689c682667b2434bb8960a
PiperOrigin-RevId: 359856329
Change-Id: Ib5593d7e8d26cdf2501b86e90e359c7ba3775ba2
1 file changed
tree: 540d3ef9f6fa78af1af2dc2b2a516b92c7544a47
  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.