]> git.kaiwu.me - nginx.git/commit
SPDY: body filter was replaced by c->send_chain() function.
authorValentin Bartenev <vbart@nginx.com>
Tue, 14 Jan 2014 12:24:45 +0000 (16:24 +0400)
committerValentin Bartenev <vbart@nginx.com>
Tue, 14 Jan 2014 12:24:45 +0000 (16:24 +0400)
commit8c01a95d989fac71164375d76a59b21c42f371fe
tree0df0d215d3616a69eb61187c85b443a4288156bf
parent3d5f501adceb59d7ca1b07b6bda7668786843534
SPDY: body filter was replaced by c->send_chain() function.

It allows to use ngx_http_write_filter() and all its rate limiting logic.
src/core/ngx_connection.h
src/http/ngx_http_spdy_filter_module.c
src/http/ngx_http_write_filter_module.c