Automated g4 rollback of changelist 377894659.

*** Reason for rollback ***

TAP has detected 10 or more targets failed to build at cl/377894659.

TO ROLLFORWARD (without additional approval): Use go/undo-autorollback and consider filing a go/autorollback-bug.

To see all broken targets visit http://test/377894659 or go/newly-broken?p=cl:377894659 if the former is slow to load.
To prevent noise from flakes, TAP double-checked the following target fails to build:
http://sponge2/label%3Atap%20label%3Apostsubmit%20cl%3A377894659%20target%3A%2F%2Fgooglemac%2FiPhone%2FShared%2FARCore%2FSceneViewer%2FStandalone%3AStandaloneDev-OpenGL.apple_binary%20TAP_BUILD_FLAGS_SUFFIX%3ACAMQAiogLS1kZWZpbmU9aWdhLmZlYXR1cmVfY2hhbm5lbD1kZXYqFC0tb2JqY2NvcHQ9LURERUJVRz0xoAIk6AIE%2BAIJ
but used to build fine:
http://sponge2/label%3Atap%20label%3Apostsubmit%20cl%3A377894658%20target%3A%2F%2Fgooglemac%2FiPhone%2FShared%2FARCore%2FSceneViewer%2FStandalone%3AStandaloneDev-OpenGL.apple_binary%20TAP_BUILD_FLAGS_SUFFIX%3ACAMQAiogLS1kZWZpbmU9aWdhLmZlYXR1cmVfY2hhbm5lbD1kZXYqFC0tb2JqY2NvcHQ9LURERUJVRz0xoAIk6AIE%2BAIJ

Questions? Comments? See the URL: go/autorollback

*** Original change description ***

Provide default implementation for quic_bug_tracker.h API

***

PiperOrigin-RevId: 377912739
2 files changed
tree: d1ffe05b69cfda7dad6932aced3296955fcd6320
  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.