{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":390085292,"defaultBranch":"main","name":"quiche","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-07-27T18:19:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1707922688.0","currentOid":""},"activityList":{"items":[{"before":"2dbcff55ed8bb557d5d60e8bc78475d5f49659ac","after":"ee40f67ad26016fe6c9e22e183024c79df39cfbf","ref":"refs/heads/main","pushedAt":"2024-06-10T21:29:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 642023407","shortMessageHtmlLink":"No public description"}},{"before":"e6f3cb917070b5dbeca03f759b859912211ed812","after":"2dbcff55ed8bb557d5d60e8bc78475d5f49659ac","ref":"refs/heads/main","pushedAt":"2024-06-10T16:17:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update MoQT to draft-04\n\n- roll the version number\n- new frames: SUBSCRIBE_UPDATE, ANNOUNCE_CANCEL, TRACK_STATUS_REQUEST, TRACK_STATUS\n- new SUBSCRIBE format\n- Session sends SUBSCRIBE_DONE after UNSUBSCRIBE or some SUBSCRIBE_UPDATEs.\n\nNot in production.\n\nPiperOrigin-RevId: 641898167","shortMessageHtmlLink":"Update MoQT to draft-04"}},{"before":"76863f97e957032cb5ebcf893a1326d99b8bd68b","after":"e6f3cb917070b5dbeca03f759b859912211ed812","ref":"refs/heads/main","pushedAt":"2024-06-07T18:02:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Split `QuicConnectionTracer` into two interfaces:\n- A `QuicPlatformConnectionContext` interface that get notified when a `QuicConnection` becomes active or inactive.\n- A new smaller `QuicConnectionTracer` that only contains PrintXXX methods.\n\nThis allows subclasses of `QuicPlatformConnectionContext` to save/restore contexts unrelated to tracing, e.g. census information.\n\nPiperOrigin-RevId: 641299648","shortMessageHtmlLink":"Split QuicConnectionTracer into two interfaces:"}},{"before":"2b130243c5a11f621acce5efa0b10e5db1dedfb5","after":"76863f97e957032cb5ebcf893a1326d99b8bd68b","ref":"refs/heads/main","pushedAt":"2024-06-06T18:46:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Disable capsule parsing for failed requests\n\nOtherwise we were incorrectly parsing the body as capsules for rejected MASQUE requests.\n\nPiperOrigin-RevId: 640970762","shortMessageHtmlLink":"Disable capsule parsing for failed requests"}},{"before":"be996f7793caebf985695dceff14f27cc422d235","after":"2b130243c5a11f621acce5efa0b10e5db1dedfb5","ref":"refs/heads/main","pushedAt":"2024-06-05T12:27:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Introduce new QUICHE_PROTOCOL_FLAG of type uint32_t\n\ncl/640248232 introduced a new QUICHE_PROTOCOL_FLAG of type uint32_t, but we need to define the corresponding version of GetQuicheFlagImplImpl with the uint32_t type to overcome ambiguity.\n\nPiperOrigin-RevId: 640490596","shortMessageHtmlLink":"Introduce new QUICHE_PROTOCOL_FLAG of type uint32_t"}},{"before":"c5d1ed730f6062c6647aebe130d78f088028e52f","after":"be996f7793caebf985695dceff14f27cc422d235","ref":"refs/heads/main","pushedAt":"2024-06-04T19:37:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Limit the number of port migrations a QUIC client will attempt upon path degrading signals. This is to prevent the client from migrating port too frequently, which may cause port exhaustion.\n\nAlso add CODE_COUNT for case where path degrading happens after the upper limit has been reached.\n\nPiperOrigin-RevId: 640248232","shortMessageHtmlLink":"Limit the number of port migrations a QUIC client will attempt upon p…"}},{"before":"656da99db39299d00d4373094a7e7392e3066e3a","after":"c5d1ed730f6062c6647aebe130d78f088028e52f","ref":"refs/heads/main","pushedAt":"2024-06-04T13:59:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"LSC: Move expensive variables on their last use to avoid copies.\n\nThis cl was generated with go/gwp-clang-tidy.\nThe following lines are helpful in [determining](http://go/gwp-clang-tidy#metrics-summary) the impact of the change:\n```\ngwp_clang_tidy_metric: 82.28 gcus\ngwp_clang_tidy_metric_for_key: 82.28 gcus\ngwp_clang_tidy_fn_name: http2::HpackDecoderDynamicTable::Insert(std::__u::basic_string, std::__u::allocator>, std::__u::basic_string, std::__u::allocator>)\ngwp_clang_tidy_num_overlapping_findings: 2\ngwp_clang_tidy_call: http2::HpackDecoderDynamicTable::Insert(std::__u::basic_string, std::__u::allocator>, std::__u::basic_string, std::__u::allocator>) -> http2::HpackStringPair::~HpackStringPair() (5.0135 gcus)\ngwp_clang_tidy_call: http2::HpackDecoderDynamicTable::Insert(std::__u::basic_string, std::__u::allocator>, std::__u::basic_string, std::__u::allocator>) -> quiche::QuicheCircularDeque>::push_front(http2::HpackStringPair const&) -> ... -> http2::HpackStringPair::HpackStringPair(http2::HpackStringPair const&) (77.2665 gcus)\ngwp_clang_tidy_type_name: http2::HpackStringPair\ngwp_clang_tidy_check: google3-runtime-missing-move\n```\n\nTested:\n TAP train for global presubmit queue\n http://test/OCL:639793614:BASE:639779627:1717456875696:32a03877\nPiperOrigin-RevId: 640138975","shortMessageHtmlLink":"LSC: Move expensive variables on their last use to avoid copies."}},{"before":"a76aa99d6b164f88d06a8ed2edff83f6395fefe3","after":"656da99db39299d00d4373094a7e7392e3066e3a","ref":"refs/heads/main","pushedAt":"2024-06-03T19:36:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Enabling rolled out flags.\n\nAutogenerated by list_feature_flags.py.\n\nProtected by weekly flag update, not protected.\n\nPiperOrigin-RevId: 639876534","shortMessageHtmlLink":"Enabling rolled out flags."}},{"before":"8c4a5618f234115a1c87e7a61bc0abfe576d8979","after":"a76aa99d6b164f88d06a8ed2edff83f6395fefe3","ref":"refs/heads/main","pushedAt":"2024-06-03T15:49:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Increase the (virtual) wait time in `QuicGenericSessionTest.LoseDatagrams` for the final datagrams to arrive.\n\nPiperOrigin-RevId: 639798034","shortMessageHtmlLink":"Increase the (virtual) wait time in `QuicGenericSessionTest.LoseDatag…"}},{"before":"64068163d9775dc003dfc3f7ea4471116a5b8280","after":"8c4a5618f234115a1c87e7a61bc0abfe576d8979","ref":"refs/heads/main","pushedAt":"2024-05-31T23:30:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 639187590","shortMessageHtmlLink":"No public description"}},{"before":"a7d7d4427eba15c94ee54bfb333bc8ee69a1b5b6","after":"64068163d9775dc003dfc3f7ea4471116a5b8280","ref":"refs/heads/main","pushedAt":"2024-05-31T19:04:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 639109145","shortMessageHtmlLink":"No public description"}},{"before":"4dfeec14eb632edfd26428ac69d3551f48f051ff","after":"a7d7d4427eba15c94ee54bfb333bc8ee69a1b5b6","ref":"refs/heads/main","pushedAt":"2024-05-31T16:44:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Refactor QuicConnectionAlarms to take a delegate instead of a QuicConnection.\n\nThis will allow QuicConnectionAlarms to be unit-tested by itself.\n\nPiperOrigin-RevId: 639063824","shortMessageHtmlLink":"Refactor QuicConnectionAlarms to take a delegate instead of a QuicCon…"}},{"before":"9fdc4b470136f659a6f40f382dc7f9be1981a63a","after":"4dfeec14eb632edfd26428ac69d3551f48f051ff","ref":"refs/heads/main","pushedAt":"2024-05-31T16:41:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove non-default initcwnd capabilities from Bonnet\n\nFunctionality should no longer be necessary now that we have deprecated the partial message buffering in Arnold inspection, and was disabled by default and in run_bonnet in previous CLs.\n\nStartblock:\n cl/634555661 is submitted\n and then\n 2w have passed\nPiperOrigin-RevId: 639062841","shortMessageHtmlLink":"Remove non-default initcwnd capabilities from Bonnet"}},{"before":"0f52f102189bf20a49f74f90622405f23cc987a5","after":"9fdc4b470136f659a6f40f382dc7f9be1981a63a","ref":"refs/heads/main","pushedAt":"2024-05-30T19:04:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add QuicSpdyStreamPeer::set_header_decoding_delay().\n\nPiperOrigin-RevId: 638736331","shortMessageHtmlLink":"Add QuicSpdyStreamPeer::set_header_decoding_delay()."}},{"before":"cea6f57f9ce03a5aa2bb0e0d8adcdf3ab452c0c3","after":"0f52f102189bf20a49f74f90622405f23cc987a5","ref":"refs/heads/main","pushedAt":"2024-05-30T00:24:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"In preparation to adding acks to buffered initial packets:\n- Refactor several `QuicFramer` member functions into static functions, such that they can be called from `QuicDispatcher`.\n- Add a `QuicFramer::TryDecryptInitialPacketDispatcher` function for the `QuicDispatcher` to parse the packet number of INITIAL packets.\n\nPiperOrigin-RevId: 638463298","shortMessageHtmlLink":"In preparation to adding acks to buffered initial packets:"}},{"before":"203d45b9e5ed3e3f8f322a3fa6524703d1ceba93","after":"cea6f57f9ce03a5aa2bb0e0d8adcdf3ab452c0c3","ref":"refs/heads/main","pushedAt":"2024-05-29T04:41:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix Envoy compilation issues.\n\nPiperOrigin-RevId: 638138650","shortMessageHtmlLink":"Fix Envoy compilation issues."}},{"before":"98e3af39ccf6ce8a732bb33773f3f4dab0710fac","after":"203d45b9e5ed3e3f8f322a3fa6524703d1ceba93","ref":"refs/heads/main","pushedAt":"2024-05-29T04:05:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix build error in chromium.\n\nPiperOrigin-RevId: 638131269","shortMessageHtmlLink":"Fix build error in chromium."}},{"before":"ed6913e3e19a0dea9ca12872971cb421ffe4bb2f","after":"98e3af39ccf6ce8a732bb33773f3f4dab0710fac","ref":"refs/heads/main","pushedAt":"2024-05-29T00:09:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Automated g4 rollback of changelist 635069412.\n\n*** Reason for rollback ***\n\nblind_sign_auth_options.proto update broke chromium build.\n\n*** Original change description ***\n\nFix 23 ProtobufTransformer findings:\n* Upgrade to the latest protobuf edition (23 times)\n\n* See go/editions for more information about this migration.\n* Based on blaze dependency analysis, these protos were found to only used in languages known to support editions.\n* If this proto is later required in a language that doesn't support editions yet, a pure rollback is safe and recommended.\n\nSee go/protobuf-edition-zero-lsc for more information on why you've received this change and why it is import...\n\n***\n\nPiperOrigin-RevId: 638076426","shortMessageHtmlLink":"Automated g4 rollback of changelist 635069412."}},{"before":"7af0a9247627b3dea30d46605773179f1f994f9a","after":"ed6913e3e19a0dea9ca12872971cb421ffe4bb2f","ref":"refs/heads/main","pushedAt":"2024-05-28T21:03:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Enabling rolled out flags.\n\nAutogenerated by list_feature_flags.py,\nthen third_party/quiche/common/quiche_feature_flags_list.h manually updated,\nalso change to gfe2_restart_flag_quic_opport_bundle_qpack_decoder_data5\nreverted due to b/343255895.\n\nPiperOrigin-RevId: 638015139","shortMessageHtmlLink":"Enabling rolled out flags."}},{"before":"426f1a0479eca55c37feadd09bca61551c1dbff5","after":"7af0a9247627b3dea30d46605773179f1f994f9a","ref":"refs/heads/main","pushedAt":"2024-05-28T13:16:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Measure QPACK delay in QuicSpdyStream.\n\nAdd a QuicSpdyStream method that returns the delay in decoding the incoming\nheader block due to being blocked on receiving QPACK encoder stream data, or\nzero if the header block could be decoded as soon as it arrived.\n\nPiperOrigin-RevId: 637876014","shortMessageHtmlLink":"Measure QPACK delay in QuicSpdyStream."}},{"before":"963aad222d48e76f0e77f71cccbfa5c86903af58","after":"426f1a0479eca55c37feadd09bca61551c1dbff5","ref":"refs/heads/main","pushedAt":"2024-05-28T13:13:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use human-readable BUG IDs in quic_interval_deque.h\n\nThis is a follow-up to David's comment on cl/633296228.\n\nNote that while I believe a BUG ID could have space in it, I did not find a\nprecedence for that. Most existing IDs are random numeric identifiers,\nreferences to Bugs, or brief phrases formatted with underscore instead of space,\nso this CL follows the last option.\n\nPiperOrigin-RevId: 637875266","shortMessageHtmlLink":"Use human-readable BUG IDs in quic_interval_deque.h"}},{"before":"640c4561b836c3df8be9a8dbf47b54f9ded67145","after":"963aad222d48e76f0e77f71cccbfa5c86903af58","ref":"refs/heads/main","pushedAt":"2024-05-28T01:04:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Automated g4 rollback of changelist 637261323.\n\n*** Reason for rollback ***\n\nspend_token_data.proto update broke chromium build.\n\n*** Original change description ***\n\nUpgrade to the latest protobuf edition\n\nThis change has been verified to be behavior preserving both in the generated code and on the wire. The only potential changes are for code that uses syntax-dependent reflection. We've already migrated most of these to safer patterns, and are relying on TAP to catch any uncaught ones.\n\nSee go/protobuf-edition-zero-lsc for more information.\n\n#busy-beavers\n\nTested:\n TAP --sample ran all affected tests and none failed\n http://test/OCL:637251876:BASE:6...\n\n***\n\nPiperOrigin-RevId: 637735718","shortMessageHtmlLink":"Automated g4 rollback of changelist 637261323."}},{"before":"bd3894940abd7c99c182f0c0182f33004cc84038","after":"640c4561b836c3df8be9a8dbf47b54f9ded67145","ref":"refs/heads/main","pushedAt":"2024-05-25T20:20:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Upgrade to the latest protobuf edition\n\nThis change has been verified to be behavior preserving both in the generated code and on the wire. The only potential changes are for code that uses syntax-dependent reflection. We've already migrated most of these to safer patterns, and are relying on TAP to catch any uncaught ones.\n\nSee go/protobuf-edition-zero-lsc for more information.\n\n#busy-beavers\n\nTested:\n TAP --sample ran all affected tests and none failed\n http://test/OCL:637251876:BASE:637236066:1716664426571:f018b750\nPiperOrigin-RevId: 637261323","shortMessageHtmlLink":"Upgrade to the latest protobuf edition"}},{"before":"d0b4857c6c55268e3de84da909c6e3218c9030f9","after":"bd3894940abd7c99c182f0c0182f33004cc84038","ref":"refs/heads/main","pushedAt":"2024-05-24T18:07:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Log more information when a connection ID collision is detected in QUIC dispatcher.\n\nPiperOrigin-RevId: 636974783","shortMessageHtmlLink":"Log more information when a connection ID collision is detected in QU…"}},{"before":"c8ccb84b31d77c23cee0155fa3669b74bc446c94","after":"d0b4857c6c55268e3de84da909c6e3218c9030f9","ref":"refs/heads/main","pushedAt":"2024-05-23T21:54:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 636684982","shortMessageHtmlLink":"No public description"}},{"before":"69d606b6e2ee47174c06a602d804235e8b5899cb","after":"c8ccb84b31d77c23cee0155fa3669b74bc446c94","ref":"refs/heads/main","pushedAt":"2024-05-23T19:54:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"gfe-relnote: Add a new connection option (kCDFR) to defer sending on the client.\n\nClient only change intended for experimentation in Chrome and Cronet.\n\nPiperOrigin-RevId: 636645611","shortMessageHtmlLink":"gfe-relnote: Add a new connection option (kCDFR) to defer sending on …"}},{"before":"1235c40be91f93276291f6b2b4fa87a9bebf7d90","after":"69d606b6e2ee47174c06a602d804235e8b5899cb","ref":"refs/heads/main","pushedAt":"2024-05-23T13:51:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Change QpackEncoderHeaderTable method signatures.\n\nChange FindHeaderField() and FindHeaderName() from using an outparam to\nreturning a struct. Also improve some comments.\n\nPiperOrigin-RevId: 636535080","shortMessageHtmlLink":"Change QpackEncoderHeaderTable method signatures."}},{"before":"4409c44568ea9bb6e438bb3b9339c46f58e35000","after":"1235c40be91f93276291f6b2b4fa87a9bebf7d90","ref":"refs/heads/main","pushedAt":"2024-05-22T21:32:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Resolve the following technical debt issue: OnAdjustBurstSize appears to be dead and not tested.\n\nCL generated via Upkeep (go/upkeep).\n\n#upkeep #autofix #codehealth #cleanup\n\nPiperOrigin-RevId: 636295507","shortMessageHtmlLink":"Resolve the following technical debt issue: OnAdjustBurstSize appears…"}},{"before":"d631d454bc683fde635cb006a2ba2726932b3d80","after":"4409c44568ea9bb6e438bb3b9339c46f58e35000","ref":"refs/heads/main","pushedAt":"2024-05-22T20:30:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Replace QuicStreamPriority::Default with a default constructor.\n\nPiperOrigin-RevId: 636274862","shortMessageHtmlLink":"Replace QuicStreamPriority::Default with a default constructor."}},{"before":"ace3dd7730cb6847a0266fac5c62a6cbfb86b33c","after":"d631d454bc683fde635cb006a2ba2726932b3d80","ref":"refs/heads/main","pushedAt":"2024-05-22T15:26:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update RFC9204 references in comments.\n\nPiperOrigin-RevId: 636174980","shortMessageHtmlLink":"Update RFC9204 references in comments."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYZDHUgA","startCursor":null,"endCursor":null}},"title":"Activity · google/quiche"}