Latest update - 7340

This commit is contained in:
2018-08-11 07:45:22 +09:00
parent ac4ff25d73
commit 69e93f9b73
4 changed files with 43 additions and 6 deletions
+2
View File
@@ -1546,6 +1546,8 @@ ngx_http_upstream_connect(ngx_http_request_t *r, ngx_http_upstream_t *u)
c = u->peer.connection;
c->requests++;
c->data = r;
c->write->handler = ngx_http_upstream_handler;