1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 09:51:46 -05:00
Daniel Stenberg 3533def3d5 http2: make sure stream errors don't needlessly close the connection
With HTTP/2 each transfer is made in an indivial logical stream over the
connection, making most previous errors that caused the connection to get
forced-closed now instead just kill the stream and not the connection.

Fixes #941
2016-08-28 16:44:49 +02:00
..
2016-04-03 22:38:36 +02:00
2016-07-13 03:09:20 -04:00
2016-02-04 18:46:54 -05:00
2016-08-26 12:26:21 +02:00
2016-02-04 18:46:54 -05:00
2016-04-03 23:07:30 +02:00
2016-04-03 23:07:30 +02:00
2016-08-11 14:02:12 +02:00
2016-04-03 22:38:36 +02:00
2016-08-25 02:43:19 -04:00