)]}'
{
  "commit": "af79cea8536b4c4137ff7bd37227d3ee0fc56cc6",
  "tree": "2d6ac4e9372bc00155526cc593c0b5cf329af0a3",
  "parents": [
    "b559f7f67bcd0f4a07786441422eb21f237aec40"
  ],
  "author": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Mon Sep 06 14:54:47 2021 +0300"
  },
  "committer": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Mon Sep 06 14:54:47 2021 +0300"
  },
  "message": "HTTP/2: fixed window updates when buffering in filters.\n\nIn the body read handler, the window was incorrectly calculated\nbased on the full buffer size instead of the amount of free space\nin the buffer.  If the request body is buffered by a filter, and\nthe buffer is not empty after the read event is generated by the\nfilter to resume request body processing, this could result in\n\"http2 negative window update\" alerts.\n\nFurther, in the body ready handler and in ngx_http_v2_state_read_data()\nthe buffer wasn\u0027t cleared when the data were already written to disk,\nso the client might stuck without window updates.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3d3afaf2d071af46ae0ba25ba082a1c8d96af563",
      "old_mode": 33188,
      "old_path": "src/http/v2/ngx_http_v2.c",
      "new_id": "615f933cf28d91d388f8a3dc54f8f731a01406fd",
      "new_mode": 33188,
      "new_path": "src/http/v2/ngx_http_v2.c"
    }
  ]
}
