]> git.kaiwu.me - nginx.git/commit
SPDY: a bit smarter ngx_http_spdy_filter_get_data_frame().
authorValentin Bartenev <vbart@nginx.com>
Thu, 26 Dec 2013 13:03:16 +0000 (17:03 +0400)
committerValentin Bartenev <vbart@nginx.com>
Thu, 26 Dec 2013 13:03:16 +0000 (17:03 +0400)
commitaa22dc707bc28e1f2d358259db21d24c9019636b
tree5d88b6e2e21ec2840f7a9dd4c5ba1d591cfa9468
parentdf49024997ab8141c3fe827977898c2523029e7f
SPDY: a bit smarter ngx_http_spdy_filter_get_data_frame().

There is no need to pass FLAG_FIN as a separate argument since it can always be
detected from the last_buf flag of the last frame buffer.

No functional changes.
src/http/ngx_http_spdy_filter_module.c