)]}'
{
  "commit": "4d3ccc850767ab1f1087bf555d9b0dc4ef4004db",
  "tree": "7fc631c0e8f3f1bf865386db59e1be10498ad055",
  "parents": [
    "f17a902d904f321b7f7d6f1be29e55c042d82dd9"
  ],
  "author": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Fri Dec 11 13:42:07 2020 +0300"
  },
  "committer": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Fri Dec 11 13:42:07 2020 +0300"
  },
  "message": "Fixed double close of non-regular files in flv and mp4.\n\nWith introduction of open_file_cache in 1454:f497ed7682a7, opening a file\nwith ngx_open_cached_file() automatically adds a cleanup handler to close\nthe file.  As such, calling ngx_close_file() directly for non-regular files\nis no longer needed and will result in duplicate close() call.\n\nIn 1454:f497ed7682a7 ngx_close_file() call for non-regular files was removed\nin the static module, but wasn\u0027t in the flv module.  And the resulting\nincorrect code was later copied to the mp4 module.  Fix is to remove the\nngx_close_file() call from both modules.\n\nReported by Chris Newton.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7b72fae0337d113f2103f62a053657479e73ae29",
      "old_mode": 33188,
      "old_path": "src/http/modules/ngx_http_flv_module.c",
      "new_id": "cc06d538a794a2eb56e172b7186819d97a7ed67e",
      "new_mode": 33188,
      "new_path": "src/http/modules/ngx_http_flv_module.c"
    },
    {
      "type": "modify",
      "old_id": "c1006abbb52a11d92203c6779ac8025246ad2c91",
      "old_mode": 33188,
      "old_path": "src/http/modules/ngx_http_mp4_module.c",
      "new_id": "0e93fbd09a68adba01974264d3ce2de0fc8df999",
      "new_mode": 33188,
      "new_path": "src/http/modules/ngx_http_mp4_module.c"
    }
  ]
}
