)]}'
{
  "commit": "a2e1026eaa2fa4e9b6525e6d39dac7848694df0f",
  "tree": "c075464cb5f18187ae2fc3619ab98254ffc2be1c",
  "parents": [
    "32d01402c64c7da7ec7e6c9cce3ed4701c6ca110"
  ],
  "author": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Sun Aug 29 22:20:38 2021 +0300"
  },
  "committer": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Sun Aug 29 22:20:38 2021 +0300"
  },
  "message": "HTTP/2: improved handling of END_STREAM in a separate DATA frame.\n\nThe save body filter saves the request body to disk once the buffer is full.\nYet in HTTP/2 this might happen even if there is no need to save anything\nto disk, notably when content length is known and the END_STREAM flag is\nsent in a separate empty DATA frame.  Workaround is to provide additional\nbyte in the buffer, so saving the request body won\u0027t be triggered.\n\nThis fixes unexpected request body disk buffering in HTTP/2 observed after\nthe previous change when content length is known and the END_STREAM flag\nis sent in a separate empty DATA frame.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "461bbff8405fc7e3af1d9182a18604d8b135e8df",
      "old_mode": 33188,
      "old_path": "src/http/v2/ngx_http_v2.c",
      "new_id": "a037e7a5205847adcb3db5c1b4184f9f39028a1e",
      "new_mode": 33188,
      "new_path": "src/http/v2/ngx_http_v2.c"
    }
  ]
}
