]> granicus.if.org Git - curl/commit
http2: reset push header counter fixes crash
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Feb 2017 08:17:55 +0000 (09:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Feb 2017 08:20:08 +0000 (09:20 +0100)
commitd83612376c976e19ccce4cfe34f6f4eb254c958c
tree1fc03de43bcadf7383932ba6e1ca75f9bf574271
parent6ffe0f5d9670367f128d75c4c68bc427fdc60a5d
http2: reset push header counter fixes crash

When removing an easy handler from a multi before it completed its
transfer, and it had pushed streams, it would segfault due to the pushed
counted not being cleared.

Fixed-by: zelinchen@users.noreply.github.com
Fixes #1249
lib/http2.c