Change "&SomeQuicStringPiece[1]" to "SomeQuicStringPiece.data()+1"

This is neede because for Chromium, the former does not compile,
because of some subtle difference in the Chromium and Google3
implementations of QuicStringPiece.

gfe-relnote: N/A, test code only.
PiperOrigin-RevId: 275034631
Change-Id: I03c3b53bc4434b509f21f573bce1de59509b4a2c
1 file changed
tree: 72f373954a81a153ae86ffd1fdee5e5584b11163
  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.