]> git.kaiwu.me - nginx.git/commit
HTTP/2: run posted requests after reading body.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 23 Sep 2020 16:52:31 +0000 (19:52 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 23 Sep 2020 16:52:31 +0000 (19:52 +0300)
commit6c89d752c8ab3a3cc0832927484808b68153f8c4
tree0f031c47dbef09e567671b2c3bf4dd65b70442d6
parent7c67ff73634acde729ceb151110f8db10322a33e
HTTP/2: run posted requests after reading body.

HTTP/2 code failed to run posted requests after calling the request body
handler, and this resulted in connection hang if a subrequest was created
in the body handler and no other actions were made.
src/http/v2/ngx_http_v2.c