)]}'
{
  "commit": "4d381d7e90024d72c78b7cee5d40e9de2a24d45f",
  "tree": "edf2e3701773039807eb796f53d496d859b4e9f7",
  "parents": [
    "9a7bb2b9c4403c8fb5c414faefb2bb74da666923"
  ],
  "author": {
    "name": "Chris Cotter",
    "email": "cjcotter@google.com",
    "time": "Tue Jun 16 16:08:18 2020 -0400"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Jun 16 16:08:18 2020 -0400"
  },
  "message": "transport/http: don\u0027t reuse a base transport between clients (#532)\n\nPreviously sync.Once was used to cache a fallback base transport.\r\nThis caused a race condition when setting MaxIdleConnsPerHost\r\nand TLSClientConfig in defaultBaseTransport (above). Because of these\r\nsettings, it isn\u0027t valid to share the base transport across clients.\r\n\r\nI conferred with @neild and determined that it is impossible to implement a\r\ntransport.Clone for \u003c Go 1.13, so instead we should initialize\r\na new transport with default values each time in this case.\r\n\r\nFixes googleapis/google-cloud-go#2405",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "96cf2e1689cbbd50e753dea41cc7cfbb4a6dab9d",
      "old_mode": 33188,
      "old_path": "transport/http/dial.go",
      "new_id": "19a4c9a59eb43f360e1f57ecafe57b65a1dd6ffe",
      "new_mode": 33188,
      "new_path": "transport/http/dial.go"
    }
  ]
}
