]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: make sure to send after RST_STREAM
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Aug 2018 11:21:11 +0000 (13:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Aug 2018 21:16:55 +0000 (23:16 +0200)
commitc7ea4ddd2e5db304bc3170eeb8d5aa91f1921013
tree9651ed35972e610afd4d6e056f2a5a94ba7d7653
parentba58ce669ca6609253055d081a00a4f709ce382e
http2: make sure to send after RST_STREAM

If this is the last stream on this connection, the RST_STREAM might not
get pushed to the wire otherwise.

Fixes #2882
Closes #2887
Researched-by: Michael Kaufmann
lib/http2.c