)]}'
{
  "commit": "969ca9a3eb95a3bd28e8cd0616f33f18eee0ec4d",
  "tree": "aa0f4091630184d0ea79c5bccc5d75f9de4aabf4",
  "parents": [
    "f8071d041971557c95f832d1fdce98307fc27bca"
  ],
  "author": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Mon Dec 23 21:25:17 2019 +0300"
  },
  "committer": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Mon Dec 23 21:25:17 2019 +0300"
  },
  "message": "HTTP/2: fixed socket leak with queued frames (ticket #1689).\n\nIf a stream is closed with queued frames, it is possible that no further\nwrite events will occur on the stream, leading to the socket leak.\nTo fix this, the stream\u0027s fake connection read handler is set to\nngx_http_v2_close_stream_handler(), to make sure that finalizing the\nconnection with ngx_http_v2_finalize_connection() will be able to\nclose the stream regardless of the current number of queued frames.\n\nAdditionally, the stream\u0027s fake connection fc-\u003eerror flag is explicitly\nset, so ngx_http_v2_handle_stream() will post a write event when queued\nframes are finally sent even if stream flow control window is exhausted.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d0e44475c26f3d721f5afdda97476bc4b6cf3cb4",
      "old_mode": 33188,
      "old_path": "src/http/v2/ngx_http_v2.c",
      "new_id": "d28b8090a9323269a74f08e22d2af9a5135667e4",
      "new_mode": 33188,
      "new_path": "src/http/v2/ngx_http_v2.c"
    }
  ]
}
