commit | aa22dc707bc28e1f2d358259db21d24c9019636b | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Thu Dec 26 17:03:16 2013 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Thu Dec 26 17:03:16 2013 +0400 |
tree | 5d88b6e2e21ec2840f7a9dd4c5ba1d591cfa9468 | |
parent | df49024997ab8141c3fe827977898c2523029e7f [diff] |
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.