]> granicus.if.org Git - curl/commit
http2: drain the socket better...
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Apr 2016 14:00:15 +0000 (16:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Apr 2016 14:01:58 +0000 (16:01 +0200)
commitb2a0376350cb4f788ca2cdff2e89a23bdc789888
tree51c1c534c7efb40b65518f7f5d7f4293a31f11e9
parent15cadb1f7aede9c5ee111a0f589820d83ee07ba2
http2: drain the socket better...

... but ignore EAGAIN if the stream has ended so that we don't end up in
a loop. This is a follow-up to c8ab613 in order to avoid the problem
d261652 was made to fix.

Reported-by: Jay Satiro
Clues-provided-by: Tatsuhiro Tsujikawa
Discussed in #750
lib/http2.c