)]}'
{
  "commit": "06bb174f89c5db340f0913337e2f5c6f8744b191",
  "tree": "784e8488a6b21f1c1f0e32c94978b57412d2040b",
  "parents": [
    "9a9246555f6cf7710141541200c31b83890019fb"
  ],
  "author": {
    "name": "Nicholas S. Husin",
    "email": "nsh@golang.org",
    "time": "Mon Jun 22 16:12:38 2026 -0400"
  },
  "committer": {
    "name": "Nicholas Husin",
    "email": "nsh@golang.org",
    "time": "Mon Jun 29 10:05:16 2026 -0700"
  },
  "message": "net/http: prevent server from draining request body if status 100 was not sent\n\nWhen a client sends a request with \"Expect: 100-continue\", it waits for\nthe server to reply with a status 100 response before transmitting the\nrequest body.\n\nIn some cases, a server might reject the request early, or otherwise do\nnot read the request body in order to generate its responses. In such\nscenarios, we need to make sure that the server will not try to drain\nthe request body. This ensures that the server will not hang, waiting\nfor a request body that will never arrive.\n\nFixes #75933\n\nChange-Id: Ice63b2fadfc2a72b825fb97975a2bd116a6a6964\nReviewed-on: https://go-review.googlesource.com/c/go/+/793160\nLUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nReviewed-by: Damien Neil \u003cdneil@google.com\u003e\nReviewed-by: Nicholas Husin \u003chusin@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f8710afd0bb0dff3c4f54898ea75f21098b0deaa",
      "old_mode": 33188,
      "old_path": "src/net/http/serve_test.go",
      "new_id": "1205e8be945527e30677ff8de586c1bb303178f9",
      "new_mode": 33188,
      "new_path": "src/net/http/serve_test.go"
    },
    {
      "type": "modify",
      "old_id": "1ef5621cec2decd8b2ee95580571e3f926dca0d6",
      "old_mode": 33188,
      "old_path": "src/net/http/server.go",
      "new_id": "058c42d13c4853e9695d7db28700b74081f6a489",
      "new_mode": 33188,
      "new_path": "src/net/http/server.go"
    }
  ]
}
