]> granicus.if.org Git - curl/commit
http2: Ignore if we have stream ID not in hash in on_stream_close
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Sat, 16 May 2015 09:13:10 +0000 (18:13 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 May 2015 07:33:48 +0000 (09:33 +0200)
commit7ff7e45405d0ec1c44bc8da6151b36753a1e0993
tree45f24851f1a471e4da62871534202595d53a64c0
parent4ac6cc3ebdd7cc6813a78d2a93ba0a2eb06351ba
http2: Ignore if we have stream ID not in hash in on_stream_close

We could get stream ID not in the hash in on_stream_close.  For
example, if we decided to reject stream (e.g., PUSH_PROMISE), then we
don't create stream and store it in hash with its stream ID.
lib/http2.c