)]}'
{
  "commit": "1102dfe555a223c00fe1e6b96a276c7c1e3e217b",
  "tree": "046d8a9b39d112b573a409447fefe1732a672b26",
  "parents": [
    "ce8d3c16da8f93db90b8d6925486a006031f14cd"
  ],
  "author": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Mon Sep 06 14:54:50 2021 +0300"
  },
  "committer": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Mon Sep 06 14:54:50 2021 +0300"
  },
  "message": "HTTP/2: optimized processing of small DATA frames.\n\nThe request body filter chain is no longer called after processing\na DATA frame.  Instead, we now post a read event to do this.  This\nensures that multiple small DATA frames read during the same event loop\niteration are coalesced together, resulting in much faster processing.\n\nSince rb-\u003ebuf can now contain unprocessed data, window update is no\nlonger sent in ngx_http_v2_state_read_data() in case of flow control\nbeing used due to filter buffering.  Instead, window will be updated\nby ngx_http_v2_read_client_request_body_handler() in the posted read\nevent.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bbb86aee59815205a65d35aa6a5555505176510a",
      "old_mode": 33188,
      "old_path": "src/http/v2/ngx_http_v2.c",
      "new_id": "3afa8b638b7705f43ec625cbbc69f1f5e5f0f1fd",
      "new_mode": 33188,
      "new_path": "src/http/v2/ngx_http_v2.c"
    }
  ]
}
