mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
92c2a4c053
Previously, when a stream was closed with other than NGHTTP2_NO_ERROR by RST_STREAM, underlying TCP connection was dropped. This is undesirable since there may be other streams multiplexed and they are very much fine. This change introduce new error code CURLE_HTTP2_STREAM, which indicates stream error that only affects the relevant stream, and connection should be kept open. The existing CURLE_HTTP2 means connection error in general. Ref: https://github.com/curl/curl/issues/659 Ref: https://github.com/curl/curl/pull/663 |
||
---|---|---|
.. | ||
.gitignore | ||
curl.h | ||
curlbuild.h.cmake | ||
curlbuild.h.dist | ||
curlbuild.h.in | ||
curlrules.h | ||
curlver.h | ||
easy.h | ||
Makefile.am | ||
mprintf.h | ||
multi.h | ||
stdcheaders.h | ||
typecheck-gcc.h |