]> 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)
commit4c86fceffd2f3d0e713ce349f71d3b04118a3298
treef8e70e1526f811bfe5568c782175d5b3843db4b0
parent0dc7de77362b5799ef36391513c759264f783f02
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