]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: call the handle-closed function correctly on closed stream
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 Apr 2021 11:13:47 +0000 (13:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Apr 2021 06:20:24 +0000 (08:20 +0200)
commit252790c5335a221179dfbacb40e065750bbe7544
tree98c6173486f89b794f20af661232eff3473a8865
parent6b97f1311a1454c83ca04665a9eec2673643fd1d
http2: call the handle-closed function correctly on closed stream

This was this one condition where the stream could be closed due to an
error and the function would still wrongly just return 0 for it.

Reported-by: Gergely Nagy
Fixes #6862
Closes #6910
lib/http2.c