1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31: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
..
2010-04-14 17:34:57 +02:00
2015-06-29 11:35:13 +02:00
FAQ
2016-08-03 19:33:59 +01:00
2016-08-03 19:33:59 +01:00
2016-08-09 12:05:43 +02:00
2016-08-25 11:00:28 +02:00
2011-12-30 03:53:25 +01:00
2014-03-14 23:38:00 +01:00
2010-02-14 19:40:18 +00:00
2016-07-19 23:10:39 +02:00
2015-06-10 00:21:06 +02:00

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideally for reading directly in your browser.

If you rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.