)]}'
{
  "commit": "8244ffe0a49475fb64de89705ac1d7dd4299985c",
  "tree": "15c8d27540e21cf251489ade745868a30bfd689b",
  "parents": [
    "1004527761b1e761c9014da45d1a7f37c41b72c9"
  ],
  "author": {
    "name": "rch",
    "email": "rch@google.com",
    "time": "Wed Apr 22 09:05:28 2026 -0700"
  },
  "committer": {
    "name": "Copybara-Service",
    "email": "copybara-worker@google.com",
    "time": "Wed Apr 22 09:06:20 2026 -0700"
  },
  "message": "Refactor QuicStream constructor to take PendingStream by reference.\n\nQuicStream constructor currently takes a PendingStream pointer. This pointer is never null. Refactoring it to take a reference instead improves code safety and readability by making it clear that the argument is required.\n\nThis change updates QuicStream and all its callers in derived classes and tests to use references.\n\nPiperOrigin-RevId: 903879162\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d1125c196c78375b21ac084a254f078a77a0e1b9",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_connection_migration_manager_test.cc",
      "new_id": "fba1256254e2ef761d9b00ce487aae19f01af228",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_connection_migration_manager_test.cc"
    },
    {
      "type": "modify",
      "old_id": "08edeb2950f25a914127813c7bf31f25490216fb",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_receive_control_stream.cc",
      "new_id": "46b3a7cb9a8b4681cec0561657ff637b7b71c470",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_receive_control_stream.cc"
    },
    {
      "type": "modify",
      "old_id": "b1cf6103d66e11d5c31932324329c78c22c6c2ff",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_receive_control_stream.h",
      "new_id": "0b33877e093f28a25009313c8ce449d54e7dd171",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_receive_control_stream.h"
    },
    {
      "type": "modify",
      "old_id": "12ce32d3d4d05f072ba2d3198f7bef8e8ca3dc69",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_server_session_base_test.cc",
      "new_id": "0cdca07276c441601ae88253d4c9ae3351ee0b54",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_server_session_base_test.cc"
    },
    {
      "type": "modify",
      "old_id": "19dfe8e9e1729e912731d77b4166efa61ec9eed8",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_client_session.cc",
      "new_id": "ec5aabfe8ebfe33a70ec973a1e51ac7bc3d7b00b",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_client_session.cc"
    },
    {
      "type": "modify",
      "old_id": "3338d471e478dd0c5b0f6e1a0112fa203397fc3d",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_client_stream.cc",
      "new_id": "3b33ab69b1caf1e0dc30dfb5c3541180c779a97b",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_client_stream.cc"
    },
    {
      "type": "modify",
      "old_id": "66b0041f6d63cb4ab5cafc44f6784847ab5f63f4",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_client_stream.h",
      "new_id": "bf3dc2d0dd54fe36675347034f99eca6b258a674",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_client_stream.h"
    },
    {
      "type": "modify",
      "old_id": "bfcc5655423e9127da2f6ebd06300131a2061977",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_server_stream_base.cc",
      "new_id": "27cfb1c7f3d6a1ecbb935b064d536654200f8ee8",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_server_stream_base.cc"
    },
    {
      "type": "modify",
      "old_id": "d28d8ff61b197292047be6a18552d242d4cfd6fd",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_server_stream_base.h",
      "new_id": "fc912d9046d66d17fa8b31d5424a08b3a35d80f8",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_server_stream_base.h"
    },
    {
      "type": "modify",
      "old_id": "23395ff267cdce8edb2cdbb79e3a68c00602b56e",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_session.cc",
      "new_id": "9c73d327818d1aed5571c170c927f4018c8a5407",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_session.cc"
    },
    {
      "type": "modify",
      "old_id": "3f8c88a5cdd967123b5eae97cdf577f14f0f761b",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_session_test.cc",
      "new_id": "b9b3caa1ba95e0c36ded344b769bddf458047285",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_session_test.cc"
    },
    {
      "type": "modify",
      "old_id": "c46a77ba4e37402d62f078b3e0a1c6f6a397026b",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_stream.cc",
      "new_id": "55f7824b0b6fc3af2871bf9e81b7c6fd42a2a487",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_stream.cc"
    },
    {
      "type": "modify",
      "old_id": "edc94ed9d749c098fd8635b2360c4484ee5f9345",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_stream.h",
      "new_id": "5adb54eae8a174407782a2811104e187314ef2e5",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_stream.h"
    },
    {
      "type": "modify",
      "old_id": "404479666516b579ddc084304415687c3ee34697",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/web_transport_http3.cc",
      "new_id": "c7157d264452c3547da8c1d51d1d6f1005a98dc9",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/web_transport_http3.cc"
    },
    {
      "type": "modify",
      "old_id": "a360986dd2a93d178d7bfcbea3e83bed62363de9",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/web_transport_http3.h",
      "new_id": "80268bf40342c36d04fb65901548028774b3094e",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/web_transport_http3.h"
    },
    {
      "type": "modify",
      "old_id": "25cdf91137ef445fa57c3c4d03e8c2065812058c",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/web_transport_only_server_session.cc",
      "new_id": "153d1fff7bbed8c8c5794cff7fffe517bd59a33a",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/web_transport_only_server_session.cc"
    },
    {
      "type": "modify",
      "old_id": "b00a06f4c3708590a8901f51fc0070d904386e39",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/qpack/qpack_receive_stream.cc",
      "new_id": "a3dd219b8f66b5098d0a6f365fe1978a48f50861",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/qpack/qpack_receive_stream.cc"
    },
    {
      "type": "modify",
      "old_id": "07e759453f97aadfb674753a89e7dd8c2b3042f6",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/qpack/qpack_receive_stream.h",
      "new_id": "17e8a2fc1778376d91039104e74296a16f815e2b",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/qpack/qpack_receive_stream.h"
    },
    {
      "type": "modify",
      "old_id": "e77ec260645188af56b54443592dcd62a016b980",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/quic_session_test.cc",
      "new_id": "e69d87c9cb646b6520c7f72d361bb1e9a0ed428b",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/quic_session_test.cc"
    },
    {
      "type": "modify",
      "old_id": "673a8695dbea9af0a11a86c24492c85a7960c74f",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/quic_stream.cc",
      "new_id": "3f269caf32985bc3fd1bc3a8ef41ad91d1ae17bd",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/quic_stream.cc"
    },
    {
      "type": "modify",
      "old_id": "2a11b8be2208fd74900116b82689607b95a5fa23",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/quic_stream.h",
      "new_id": "03244ddfa3b15638cab9ad3dd28a966efba1d496",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/quic_stream.h"
    },
    {
      "type": "modify",
      "old_id": "e8b5cdc61c6a7cb26307dbaf92bb884d6ec3dad2",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/quic_stream_test.cc",
      "new_id": "fc216c8bdc75f8d068a4507c9a1e57d45a146142",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/quic_stream_test.cc"
    },
    {
      "type": "modify",
      "old_id": "38ef9f851103a7bb057b4fb9a3125959151ee17f",
      "old_mode": 33188,
      "old_path": "quiche/quic/qbone/qbone_control_stream.cc",
      "new_id": "24f6bc553a0598547394128171407fec036ea9d4",
      "new_mode": 33188,
      "new_path": "quiche/quic/qbone/qbone_control_stream.cc"
    },
    {
      "type": "modify",
      "old_id": "26d6a84ad9ef97f4f06f359a16f90dd6a6484acc",
      "old_mode": 33188,
      "old_path": "quiche/quic/qbone/qbone_control_stream.h",
      "new_id": "7e9777015429f2f12fb35beae37801d355ff0045",
      "new_mode": 33188,
      "new_path": "quiche/quic/qbone/qbone_control_stream.h"
    },
    {
      "type": "modify",
      "old_id": "4c4ec18dd5a1e0a56b51a757b67beaa0e196e222",
      "old_mode": 33188,
      "old_path": "quiche/quic/qbone/qbone_server_session.cc",
      "new_id": "a4354e74718d1f51fb85995724b0f3955c36d30d",
      "new_mode": 33188,
      "new_path": "quiche/quic/qbone/qbone_server_session.cc"
    },
    {
      "type": "modify",
      "old_id": "6c74d900f2dfbd30f3332e9e7e30867c14fc7981",
      "old_mode": 33188,
      "old_path": "quiche/quic/tools/quic_simple_server_session.cc",
      "new_id": "7fd8ebfe705c56af6bd30f383e8a8b4f037a6b18",
      "new_mode": 33188,
      "new_path": "quiche/quic/tools/quic_simple_server_session.cc"
    },
    {
      "type": "modify",
      "old_id": "0c53857d7146026594efb35179b4e4b1b8bacdaa",
      "old_mode": 33188,
      "old_path": "quiche/quic/tools/quic_simple_server_stream.cc",
      "new_id": "fee80f4285d54113d5725e2c31286eae13c2882c",
      "new_mode": 33188,
      "new_path": "quiche/quic/tools/quic_simple_server_stream.cc"
    },
    {
      "type": "modify",
      "old_id": "689f6444269d84fba22b78c84b29378df8fb0a32",
      "old_mode": 33188,
      "old_path": "quiche/quic/tools/quic_simple_server_stream.h",
      "new_id": "a83b5db01bda27284733330b2e0a73ff7c744d93",
      "new_mode": 33188,
      "new_path": "quiche/quic/tools/quic_simple_server_stream.h"
    }
  ]
}
