1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
Tatsuhiro Tsujikawa 475c2583d5 http2: Fix assertion error on redirect with CL=0
This fixes assertion error which occurs when redirect is done with 0
length body via HTTP/2, and the easy handle is reused, but new
connection is established due to hostname change:

    curl: http2.c:1572: ssize_t http2_recv(struct connectdata *,
      int, char *, size_t, CURLcode *):
    Assertion `httpc->drain_total >= data->state.drain' failed.

To fix this bug, ensure that http2_handle_stream is called.

Fixes #1286
Closes #1302
2017-03-07 23:12:41 +01:00
..
2016-10-18 13:59:54 +02:00
2016-12-19 02:31:59 -05:00
2016-02-04 18:46:54 -05:00
2016-12-21 11:07:26 +01:00
2016-11-07 10:36:23 +01:00
2016-12-21 11:07:26 +01:00
2016-12-24 23:35:43 +01:00
2016-04-03 22:38:36 +02:00
2017-02-07 02:39:16 -05:00
2017-02-28 09:10:18 +01:00