)]}'
{
  "commit": "5296f3dc0ef59960cb79e1055ebb0474bc162d71",
  "tree": "e980f78357a790cf3b8a9b8a414894e3682f62cb",
  "parents": [
    "5520cdc96644d66c6565c5552db276193653b683"
  ],
  "author": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Mon Nov 09 22:41:54 2020 +0300"
  },
  "committer": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Mon Nov 09 22:41:54 2020 +0300"
  },
  "message": "Request body: removed error assumption (ticket #2058).\n\nBefore introduction of request body filter in 42d9beeb22db, the only\npossible return code from the ngx_http_request_body_filter() call\nwithout actual buffers was NGX_HTTP_INTERNAL_SERVER_ERROR, and\nthe code in ngx_http_read_client_request_body() hardcoded the only\npossible error to simplify the code of initial call to set rb-\u003erest.\n\nThis is no longer true after introduction of request body filters though,\nas a request body filter might need to return other errors, such as 403.\nFix is to preserve the error code actually returned by the call\ninstead of assuming 500.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "07e78d780dc4a8c7b0e3971371e32bec3c787261",
      "old_mode": 33188,
      "old_path": "src/http/ngx_http_request_body.c",
      "new_id": "0cae88f77f6e73613dab3cc6c500d4ec68402d09",
      "new_mode": 33188,
      "new_path": "src/http/ngx_http_request_body.c"
    }
  ]
}
