commit | 75dad742e547f766ff17e38deda44d8dcb2caf9b | [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 | ad18d80d87adb37e30357c48544d355cda1d1fec | |
parent | 9b4a99cf5d5c12557136dc205c87ffa0bdc60012 [diff] |
SPDY: fixed possible request hang. Processing events from upstream connection can result in sending queued frames from other streams. In this case such streams were not added to handling queue and properly handled. A global per connection flag was replaced by a per stream flag that indicates currently sending stream while all other streams can be added to handling queue.