]> granicus.if.org Git - curl/commit
http2_recv: trigger another read when the last data is returned
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jul 2019 09:15:33 +0000 (11:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jul 2019 20:16:27 +0000 (22:16 +0200)
commitfc6045f5d1367b3bd60bb00aa9bed5164f000aee
tree1ec1b07c40489159d795e2fbe2f746212341fb5e
parenta2ab576768442f669040837c7f0667e672cf7d48
http2_recv: trigger another read when the last data is returned

... so that end-of-stream is detected properly.

Reported-by: Tom van der Woerdt
Fixes #4043
Closes #4160
lib/http2.c