commit | f79908af6e6e579ec8d1dd10bf54da65cb7bd769 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Mon Apr 21 19:21:17 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Mon Apr 21 19:21:17 2014 +0400 |
tree | dff5df339a5d4a72b4be5e2e4dc498af4a0279e6 | |
parent | a57959b6cdc3729bc8e5bc380c6f47399720da6f [diff] |
SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID. There's a race condition between closing a stream by one endpoint and sending a WINDOW_UPDATE frame by another. So it would be better to just skip such frames for unknown streams, like is already done for the DATA frames.