comparison src/http/modules/ngx_http_uwsgi_module.c @ 7231:22f7bdbd96d3

Upstream: u->request_body_blocked flag. The flag indicates whether last ngx_output_chain() returned NGX_AGAIN or not. If the flag is set, we arm the u->conf->send_timeout timer. The flag complements c->write->ready test, and allows to stop sending the request body in an output filter due to protocol-specific flow control.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 17 Mar 2018 23:04:22 +0300
parents f684178faec9
children 9e25a5380a21
comparison
equal deleted inserted replaced
7230:098bbd076a2d 7231:22f7bdbd96d3