]> git.kaiwu.me - nginx.git/commit
SPDY: avoid sending RST_STREAM on WINDOW_UPDATE with unknown SID.
authorValentin Bartenev <vbart@nginx.com>
Mon, 21 Apr 2014 15:21:17 +0000 (19:21 +0400)
committerValentin Bartenev <vbart@nginx.com>
Mon, 21 Apr 2014 15:21:17 +0000 (19:21 +0400)
commitf79908af6e6e579ec8d1dd10bf54da65cb7bd769
treedff5df339a5d4a72b4be5e2e4dc498af4a0279e6
parenta57959b6cdc3729bc8e5bc380c6f47399720da6f
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.
src/http/ngx_http_spdy.c