Improve logging in QuicPacketCreator

Working on cl/368341433 was made harder by the fact that some of the logs didn't contain the ENDPOINT. This CL fixes that by making sure all packet creator logs contain it. This only impacts logging and is therefore not flag protected.

PiperOrigin-RevId: 368873837
Change-Id: I69fc1e6e6e2972a4105c3c9ecf3dbfcb5babaced
1 file changed
tree: 98915eabc962eb9fcb2fe8fc02362f562effd411
  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.