)]}'
{
  "commit": "a890b313f34bdcd6f95e40c75084f6ea5dd8a53c",
  "tree": "1d9a27cd0eb5edfb7e5bb5296ae4f317f12c3d61",
  "parents": [
    "57b4fdb6c8befc14497afa0119e29b60f5efd0bb"
  ],
  "author": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Thu Sep 15 15:25:42 2011 +0000"
  },
  "committer": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Thu Sep 15 15:25:42 2011 +0000"
  },
  "message": "Buffers reuse in chunked filter.\n\nThere were 2 buffers allocated on each buffer chain sent through chunked\nfilter (one buffer for chunk size, another one for trailing CRLF, about\n120 bytes in total on 32-bit platforms).  This resulted in large memory\nconsumption with long-lived requests sending many buffer chains.  Usual\nexample of problematic scenario is streaming though proxy with\nproxy_buffering set to off.\n\nIntroduced buffers reuse reduces memory consumption in the above problematic\nscenario.\n\nSee here for initial report:\nhttp://mailman.nginx.org/pipermail/nginx/2010-April/019814.html\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9c4c5de14cb13be144335dd5d559f847031c2f35",
      "old_mode": 33188,
      "old_path": "src/http/modules/ngx_http_chunked_filter_module.c",
      "new_id": "ee152288c893c63a07d2e8479e7670c8a7c24a62",
      "new_mode": 33188,
      "new_path": "src/http/modules/ngx_http_chunked_filter_module.c"
    }
  ]
}
