> On 6 Mar 2019, at 17:20, jetchars <nginx-fo...@forum.nginx.org> wrote:
> 
> Hey, genius
> 
> I've followed the official user guide to create a gRPC reverse proxy, config
> as follow:
> 
> [..]
> - nginx keepalive with upstream servers successfully
> - but when keepalive with gRPC client, after 1000 requests been processed,
> nginx will close the tcp connection, because I can find `TIME_WAIT` on the
> nginx side.
> - then gRPC client will report tens of thousands of `TransientFailure` at
> same time
> 

See http://nginx.org/r/http2_max_requests

-- 
Sergey Kandaurov

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to