)]}'
{
  "commit": "d2e5035098b3de466b3d1632f4e8d2e6f9b69e33",
  "tree": "b2a92c24460c0f35a13d96b6c5c3993659742e06",
  "parents": [
    "d4b1ae081e3b66345121fd3ad754b645ae798b07"
  ],
  "author": {
    "name": "Damien Neil",
    "email": "dneil@google.com",
    "time": "Tue Oct 05 12:46:59 2021 -0700"
  },
  "committer": {
    "name": "Damien Neil",
    "email": "dneil@google.com",
    "time": "Tue Oct 05 21:50:30 2021 +0000"
  },
  "message": "http2: avoid race in TestTransportReqBodyAfterResponse_403.\n\nThis test sends a request with a 10MiB body, reads a 403 response\nwhile the body is still being written, and closes the response body.\nIt then verifies that the full request body was not written, since\nreading a response code \u003e\u003d300 interrupts body writes.\n\nThis can be racy: We process the status code and interrupt the body\nwrite in RoundTrip, but it is possible for the body write to complete\nbefore RoundTrip looks at the response.\n\nAdjust the test to have more control over the request body:\nOnly provide half the Request.Body until after the response headers\nhave been received.\n\nFixes golang/go#48792.\n\nChange-Id: Id4802b04a50f34f6af28f4eb93e37ef70a33a068\nReviewed-on: https://go-review.googlesource.com/c/net/+/354130\nTrust: Damien Neil \u003cdneil@google.com\u003e\nRun-TryBot: Damien Neil \u003cdneil@google.com\u003e\nReviewed-by: Brad Fitzpatrick \u003cbradfitz@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fe0ab88ec30834ceba5b4ad8b494ee459279d89b",
      "old_mode": 33188,
      "old_path": "http2/transport_test.go",
      "new_id": "234a2f8a54a16ec81981bd88f313bc3f94c01015",
      "new_mode": 33188,
      "new_path": "http2/transport_test.go"
    }
  ]
}
