Hello, > -----Original Message----- > From: Maxim Dounin <mdou...@mdounin.ru> > ... > > +++ b/src/http/modules/ngx_http_upstream_keepalive_module.c > > @@ -471,10 +471,7 @@ ngx_http_upstream_keepalive_close(ngx_co > > c->ssl->no_wait_shutdown = 1; > > c->ssl->no_send_shutdown = 1; > > > > - if (ngx_ssl_shutdown(c) == NGX_AGAIN) { > > - c->ssl->handler = ngx_http_upstream_keepalive_close; > > - return; > > - } > > + (void) ngx_ssl_shutdown(c); > > } > > > > #endif > > No, thanks.
So, is it possible for ngx_ssl_shutdown() to return NGX_AGAIN here (and in ngx_http_upstream_next)? _______________________________________________ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org