mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix building introduced by previous commit
This commit is contained in:
parent
52ec2c48b9
commit
e3fbaeaffe
@ -1500,6 +1500,8 @@ ngx_http_upstream_process_non_buffered_body(ngx_event_t *ev)
|
|||||||
ngx_http_core_loc_conf_t *clcf;
|
ngx_http_core_loc_conf_t *clcf;
|
||||||
|
|
||||||
c = ev->data;
|
c = ev->data;
|
||||||
|
r = c->data;
|
||||||
|
u = r->upstream;
|
||||||
|
|
||||||
if (ev->write) {
|
if (ev->write) {
|
||||||
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
|
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
|
||||||
@ -1525,8 +1527,6 @@ ngx_http_upstream_process_non_buffered_body(ngx_event_t *ev)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
r = c->data;
|
|
||||||
u = r->upstream;
|
|
||||||
client = r->connection;
|
client = r->connection;
|
||||||
|
|
||||||
b = &u->buffer;
|
b = &u->buffer;
|
||||||
|
Loading…
Reference in New Issue
Block a user