]> git.kaiwu.me - nginx.git/commit
gRPC: improved keepalive handling.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 3 Sep 2018 16:34:01 +0000 (19:34 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 3 Sep 2018 16:34:01 +0000 (19:34 +0300)
commit71e152debe7389574967639114dfa7a7107fec8d
tree356fc12426edadea76eaa62600b7109e13934900
parentb71792b11086d9df748f36d02f93d360d135cd7c
gRPC: improved keepalive handling.

The code is now able to parse additional control frames after
the response is received, and can send control frames as well.
This fixes keepalive problems as observed with grpc-c, which can
send window update and ping frames after the response, see
http://mailman.nginx.org/pipermail/nginx/2018-August/056620.html.
src/http/modules/ngx_http_grpc_module.c