)]}'
{
  "commit": "210ed3cb901cb549818aefa04b71dadaf149d05d",
  "tree": "33537326ab8778f88bb74080f55a3d178115f76d",
  "parents": [
    "ad8140e0aa2ec41b37ea478b4525a423bcc21af9"
  ],
  "author": {
    "name": "Nicholas S. Husin",
    "email": "nsh@golang.org",
    "time": "Thu May 14 09:35:26 2026 -0400"
  },
  "committer": {
    "name": "Nicholas Husin",
    "email": "nsh@golang.org",
    "time": "Fri May 15 09:34:55 2026 -0700"
  },
  "message": "quic: establish a \"happened-before\" relationship between stream write and read\n\nThis ensures that our race detector will not get tripped off in tests\nwhere we do something like the following:\n\n1. Client writes to a shared variable.\n2. Client sends a request to a server.\n3. Server handler reads the shared variable.\n\nWe are technically over-synchronizing right now by always using the\naddress of quicSync when calling runtime.RaceAcquire and\nruntime.RaceReleaseMerge. However, that is fine for now since this\nmostly matters just for testing, and creating a mapping of stream ID to\naddressess are rather unclean.\n\nFor golang/go#78737\n\nChange-Id: Id65964ad3aa0b2e998e8faf11bfda3c76a6a6964\nReviewed-on: https://go-review.googlesource.com/c/net/+/777940\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": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "312ec4194aff95e2c19ee2feb87e84b7c9d48fcf",
      "new_mode": 33188,
      "new_path": "quic/race_disabled.go"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "0c7c4f0a57d2e7366138cd874c2479d3fca4e3b0",
      "new_mode": 33188,
      "new_path": "quic/race_enabled.go"
    },
    {
      "type": "modify",
      "old_id": "9d6ec46ad81710ee85538479a9f0667fa5d3a75e",
      "old_mode": 33188,
      "old_path": "quic/stream.go",
      "new_id": "d33778b78564f8b9da9734b149a9ee43d36b132e",
      "new_mode": 33188,
      "new_path": "quic/stream.go"
    },
    {
      "type": "modify",
      "old_id": "b626b6601343a75a1b8d9ae5cab001f4f1bae595",
      "old_mode": 33188,
      "old_path": "quic/stream_test.go",
      "new_id": "e7f90f649216c642c5efb5a9823661d31b647bc6",
      "new_mode": 33188,
      "new_path": "quic/stream_test.go"
    }
  ]
}
