]> git.kaiwu.me - nginx.git/commit
HTTP/2: introduced separate handler to retry stream close.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 23 Dec 2019 18:25:21 +0000 (21:25 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 23 Dec 2019 18:25:21 +0000 (21:25 +0300)
commit810559665a704957431b387572af99a82039162a
tree727d22917b7b7ab67079f619f8c03a682ea77606
parent49709f75b262c483550cc826471839f624765ab1
HTTP/2: introduced separate handler to retry stream close.

When ngx_http_v2_close_stream_handler() is used to retry stream close
after queued frames are sent, client timeouts on the stream can be
logged multiple times and/or in addition to already happened errors.
To resolve this, separate ngx_http_v2_retry_close_stream_handler()
was introduced, which does not try to log timeouts.
src/http/v2/ngx_http_v2.c