)]}'
{
  "commit": "e42d13ada6a04cf0f7e53c0100b456507f17e9c9",
  "tree": "6869ddd10bdbce26f4a6239018c488f40ed231fd",
  "parents": [
    "82c61656b24b5103da98c06a835581581cf657d3"
  ],
  "author": {
    "name": "Roman Arutyunyan",
    "email": "arut@nginx.com",
    "time": "Mon Dec 07 16:30:48 2015 +0300"
  },
  "committer": {
    "name": "Roman Arutyunyan",
    "email": "arut@nginx.com",
    "time": "Mon Dec 07 16:30:48 2015 +0300"
  },
  "message": "Slice filter.\n\nSplits a request into subrequests, each providing a specific range of response.\nThe variable \"$slice_range\" must be used to set subrequest range and proper\ncache key.  The directive \"slice\" sets slice size.\n\nThe following example splits requests into 1-megabyte cacheable subrequests.\n\nserver {\n    listen 8000;\n\n    location / {\n        slice 1m;\n\n        proxy_cache cache;\n        proxy_cache_key $uri$is_args$args$slice_range;\n        proxy_set_header Range $slice_range;\n        proxy_cache_valid 200 206 1h;\n        proxy_pass http://127.0.0.1:9000;\n    }\n}\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5c734e186bbd7bec411240e7c9eddc1d12be573d",
      "old_mode": 33188,
      "old_path": "auto/modules",
      "new_id": "b2d2ee48a06d94a5f87f1ae52e932fa432a9f430",
      "new_mode": 33188,
      "new_path": "auto/modules"
    },
    {
      "type": "modify",
      "old_id": "efc894366f7e9b73f8612a0409125ff4ce479216",
      "old_mode": 33188,
      "old_path": "auto/options",
      "new_id": "931dabb0579dad18eb91ec465f01c5df2379e98d",
      "new_mode": 33188,
      "new_path": "auto/options"
    },
    {
      "type": "modify",
      "old_id": "f900aef0a1cce04f595034691d56d91403a786b5",
      "old_mode": 33188,
      "old_path": "auto/sources",
      "new_id": "2e44ce1849a0c1db9bb8d18c408b7990a43b2945",
      "new_mode": 33188,
      "new_path": "auto/sources"
    },
    {
      "type": "modify",
      "old_id": "952da75539506c01875313433e7c261d363b5e27",
      "old_mode": 33188,
      "old_path": "src/http/modules/ngx_http_range_filter_module.c",
      "new_id": "b07b2e25e1211f898e8eb0af6f1577df509c08a7",
      "new_mode": 33188,
      "new_path": "src/http/modules/ngx_http_range_filter_module.c"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "8cdb9bc6fcb9368e0569087e085ad31a47963702",
      "new_mode": 33188,
      "new_path": "src/http/modules/ngx_http_slice_filter_module.c"
    },
    {
      "type": "modify",
      "old_id": "967032aa1d6fa4a7b854d081a9e0149f1e8893f7",
      "old_mode": 33188,
      "old_path": "src/http/ngx_http_request.h",
      "new_id": "8b881392dffdde07cb9e461539be5b579022fe0d",
      "new_mode": 33188,
      "new_path": "src/http/ngx_http_request.h"
    }
  ]
}
