)]}'
{
  "commit": "74001ffe478705d5ece395f8af9b6b1285b3d7f7",
  "tree": "606ba25d6362ec3adc5f45c62f0f0a4a2faf0fd2",
  "parents": [
    "16458fc8294cc3ac12ff462d6c4326fe9d6fb9ba"
  ],
  "author": {
    "name": "Piotr Sikora",
    "email": "piotr@cloudflare.com",
    "time": "Wed Nov 26 18:35:37 2014 -0800"
  },
  "committer": {
    "name": "Piotr Sikora",
    "email": "piotr@cloudflare.com",
    "time": "Wed Nov 26 18:35:37 2014 -0800"
  },
  "message": "Cache: send conditional requests only for cached 200/206 responses.\n\nRFC7232 says:\n\n   The 304 (Not Modified) status code indicates that a conditional GET\n   or HEAD request has been received and would have resulted in a 200\n   (OK) response if it were not for the fact that the condition\n   evaluated to false.\n\nwhich means that there is no reason to send requests with \"If-None-Match\"\nand/or \"If-Modified-Since\" headers for responses cached with other status\ncodes.\n\nAlso, sending conditional requests for responses cached with other status\ncodes could result in a strange behavior, e.g. upstream server returning\n304 Not Modified for cached 404 Not Found responses, etc.\n\nSigned-off-by: Piotr Sikora \u003cpiotr@cloudflare.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c3f4f05d2d41a467958dcd5ab334cd27b6610650",
      "old_mode": 33188,
      "old_path": "src/http/ngx_http_file_cache.c",
      "new_id": "ee4bfc06dc78a005a8009392098ba2400ff3d2a1",
      "new_mode": 33188,
      "new_path": "src/http/ngx_http_file_cache.c"
    },
    {
      "type": "modify",
      "old_id": "4c768b1bcab0be411bd4c20a6d0765684cc1b492",
      "old_mode": 33188,
      "old_path": "src/http/ngx_http_upstream.c",
      "new_id": "337ec3eb8dc3021dac379d2fc501243fe62b1ff7",
      "new_mode": 33188,
      "new_path": "src/http/ngx_http_upstream.c"
    }
  ]
}
