commit | 5cf11ab2e0e27a4289ac7a69174c90fc7306f805 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Mon Apr 07 23:35:33 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Mon Apr 07 23:35:33 2014 +0400 |
tree | 6a6880c83983217477acd6fbd0d00d545f7f4ad9 | |
parent | a547f4ac15a489be896edb353a71f2dc85af1265 [diff] |
SPDY: avoid creating flush frames. Previously, an empty frame object was created for an output chain that contains only sync or flush empty buffers. But since 39d7eef2e332 every DATA frame has the flush flag set on its last buffer, so there's no need any more in additional flush buffers in the output queue and they can be skipped. Note that such flush frames caused an incorrect $body_bytes_sent value.