On Tuesday 25 October 2016 16:30:38 Jeremy Gates wrote: > Hi, all > > I found a recent code commit of Nginx fixed one issue that prevent nginx > from graceful shutdown active connections for HTTP/2: > > http://hg.nginx.org/nginx/rev/5e95b9fb33b7 > > Just for curiosity, I was wondering if this is a problem for pipelined HTTP > requests.
No, there's no such problem with pipelined requests. Pipelined requests are processed sequentially one by one, nginx quits before starting processing the next request. wbr, Valentin V. Bartenev _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
