Automated g4 rollback of changelist 386316152. *** Reason for rollback *** Roll forward of cl/384571235 YT config update for finch experiment around ACCEPT_CH over TLS * Trigger is 'YTCH' connection opt NEW: Re-ordered config for consistency. This rollout is going *after* the finch experiment has started as opposed to the previous change that went *before*. *** Original change description *** Automated g4 rollback of changelist 384571235. *** Reason for rollback *** omg/37605 *** Original change description *** YT config update for finch experiment around ACCEPT_CH over TLS * Trigger is 'YTCH' connection opt Note: This change has no effect on runtime behavior until the finch experiment is started. *** *** PiperOrigin-RevId: 407709077
diff --git a/quic/core/crypto/crypto_protocol.h b/quic/core/crypto/crypto_protocol.h index c4ea956..5a30038 100644 --- a/quic/core/crypto/crypto_protocol.h +++ b/quic/core/crypto/crypto_protocol.h
@@ -433,6 +433,7 @@ // Client Hints triggers. const QuicTag kGWCH = TAG('G', 'W', 'C', 'H'); +const QuicTag kYTCH = TAG('Y', 'T', 'C', 'H'); // Rejection tags const QuicTag kRREJ = TAG('R', 'R', 'E', 'J'); // Reasons for server sending