)]}'
{
  "commit": "4783315416d92ff3d4664762748bd21776b42b98",
  "tree": "9c1099e8f15fd02e334eb4b03a1f6ba727f84ef6",
  "parents": [
    "5716b9813d2c78aa3bb6e08160517facfb2e84e6"
  ],
  "author": {
    "name": "Damien Neil",
    "email": "dneil@google.com",
    "time": "Mon Sep 23 15:06:22 2024 -0700"
  },
  "committer": {
    "name": "Gopher Robot",
    "email": "gobot@golang.org",
    "time": "Mon Oct 21 20:13:47 2024 +0000"
  },
  "message": "http2: limit 1xx based on size, do not limit when delivered\n\nReplace Transport\u0027s limit of 5 1xx responses with a limit based\non the maximum header size: The total size of all 1xx response\nheaders must not exceed the limit we use on the size of the\nfinal response headers.\n\n(This differs slightly from the corresponding HTTP/1 change,\nwhich imposes a limit on all 1xx response headers *plus* the\nfinal response headers. The difference isn\u0027t substantial,\nand this implementation fits better with the HTTP/2 framer.)\n\nWhen the user is reading 1xx responses using a Got1xxResponse\nclient trace hook, disable the limit: Each 1xx response is\nindividually limited by the header size limit, but there\nis no limit on the total number of responses. The user is\nresponsible for imposing a limit if they want one.\n\nFor golang/go#65035\n\nChange-Id: I9c19dbf068e0f580789d952f63113b3d21ad86fc\nReviewed-on: https://go-review.googlesource.com/c/net/+/615295\nReviewed-by: Cherry Mui \u003ccherryyz@google.com\u003e\nLUCI-TryBot-Result: Go LUCI \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nAuto-Submit: Damien Neil \u003cdneil@google.com\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0c5f64aa8bef782a1b2874cc58a1b6e5a7fabcf8",
      "old_mode": 33188,
      "old_path": "http2/transport.go",
      "new_id": "e989bd19e8c4e24e4e9edfabfe281173955f9ad0",
      "new_mode": 33188,
      "new_path": "http2/transport.go"
    },
    {
      "type": "modify",
      "old_id": "498e27932cf08f6a7cb61d6b79941ab538471bb7",
      "old_mode": 33188,
      "old_path": "http2/transport_test.go",
      "new_id": "757a45a7ad3fdcf4d18f180870cfd01393f9d2fa",
      "new_mode": 33188,
      "new_path": "http2/transport_test.go"
    }
  ]
}
