)]}'
{
  "commit": "89f3ce79f3c7ee0e26a62e22f7f96f7c2cab855f",
  "tree": "9c22d27d8f1d162c8dbf861c22c1334269643a79",
  "parents": [
    "9624f2d439f5531ef92346f18d337270cca4ee23"
  ],
  "author": {
    "name": "dschinazi",
    "email": "dschinazi@google.com",
    "time": "Thu Oct 27 18:20:11 2022 -0700"
  },
  "committer": {
    "name": "Copybara-Service",
    "email": "copybara-worker@google.com",
    "time": "Thu Oct 27 18:21:09 2022 -0700"
  },
  "message": "Properly support RFC 9297\n\nOur code has had support for draft-ietf-masque-h3-datagram-09 for a while, but now that it\u0027s been published as RFC 9297, we should have the code refer to the published names. This CL is mostly a functional no-op, with the exception of adding support for the datagram capsule type of 0x00. Since we never sent capsules, this doesn\u0027t change our sender behavior. On the receiver side, we\u0027ll still keep support for the old draft identifiers for a while.\n\nHTTP Datagrams and capsules are not used in production on our servers, so this change is not flag-protected.\n\nPiperOrigin-RevId: 484400359\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8f653f17015ef3146ffdba90c041ac7370869cb8",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/capsule.cc",
      "new_id": "fc062b972da892031b490161171db2e5d8d6530d",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/capsule.cc"
    },
    {
      "type": "modify",
      "old_id": "3d83a5580e86852eff6f44a1ba10c195dd5c1497",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/capsule.h",
      "new_id": "c7866a88c9d33ec6d74aa8412772a4a41fb514a9",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/capsule.h"
    },
    {
      "type": "modify",
      "old_id": "a68609549724c473eea155499e458cf6b80d2547",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/capsule_test.cc",
      "new_id": "95869c66f428b88fc97801eed7704d74c6b34109",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/capsule_test.cc"
    },
    {
      "type": "modify",
      "old_id": "e429678604c21f61394d45415aa9d9dc8f68fb12",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/http_constants.cc",
      "new_id": "e5855350599e99a628911b9d9a7c33c9305d1105",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/http_constants.cc"
    },
    {
      "type": "modify",
      "old_id": "b5dc19b5b2a206b5e2931dea950ff15e568539d2",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/http_constants.h",
      "new_id": "feec52192386ca8ce2d1d514b631b573292c876d",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/http_constants.h"
    },
    {
      "type": "modify",
      "old_id": "8b6d5eacabe5883a21ad9e58091d46a880843259",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_session.cc",
      "new_id": "c9a0c1ed5e6d5d830918df78263609ba0400370b",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_session.cc"
    },
    {
      "type": "modify",
      "old_id": "5c779c5090ae9091398e93541140b16abee1cf99",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_session.h",
      "new_id": "0cfb62951345a31ba28508438fd78bfb82f109e5",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_session.h"
    },
    {
      "type": "modify",
      "old_id": "fcc61030e573f87166c6ef47034d009f7767567c",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_session_test.cc",
      "new_id": "789757074587c4742c34adba6b7239e33b03c288",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_session_test.cc"
    },
    {
      "type": "modify",
      "old_id": "2584a39bdb8a2b347c242fbb6648e9e996f31606",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_stream.cc",
      "new_id": "ee1e68512be7d44d8a7da78d1e0e4e72eb614329",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_stream.cc"
    },
    {
      "type": "modify",
      "old_id": "960060e089b403b9b29aed866960846f47d37f33",
      "old_mode": 33188,
      "old_path": "quiche/quic/core/http/quic_spdy_stream_test.cc",
      "new_id": "81f6d0ad7f1632cb7deb5282e37753674ee42b6b",
      "new_mode": 33188,
      "new_path": "quiche/quic/core/http/quic_spdy_stream_test.cc"
    },
    {
      "type": "modify",
      "old_id": "66c7e2ee35a224338234a40c5d87b69602e3b7f0",
      "old_mode": 33188,
      "old_path": "quiche/quic/masque/masque_client_session.h",
      "new_id": "43609dcdcf9c8b1150b6d0e2bda5929762bb0d80",
      "new_mode": 33188,
      "new_path": "quiche/quic/masque/masque_client_session.h"
    },
    {
      "type": "modify",
      "old_id": "20b85a1e2cdd919efd9d4a82fb2af43553bac6cc",
      "old_mode": 33188,
      "old_path": "quiche/quic/masque/masque_server_session.h",
      "new_id": "f26ef4f0da7d1c0725a7a833dd5c1fb7e2a9ec52",
      "new_mode": 33188,
      "new_path": "quiche/quic/masque/masque_server_session.h"
    }
  ]
}
