]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: expire a timeout at end of stream
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Oct 2019 12:25:45 +0000 (14:25 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Oct 2019 21:23:43 +0000 (23:23 +0200)
commit59041f052a5209a3aebb146c01b689424f9f7b04
tree5440e1dc937016ac49420c7432868be40b67773a
parent1d642f055021fff8a838c5308931ef907cef2ec9
http2: expire a timeout at end of stream

To make sure that transfer is being dealt with. Streams without
Content-Length need a final read to notice the end-of-stream state.

Reported-by: Tom van der Woerdt
Fixes #4496
lib/http2.c