]> git.ipfire.org Git - thirdparty/curl.git/commit
CURL_PUSH_ERROROUT: allow the push callback to fail the parent stream
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Jul 2020 22:24:29 +0000 (00:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Jul 2020 22:24:29 +0000 (00:24 +0200)
commit954cd3eb482a00fda610ca64498d50db2b2e8298
tree261374f3a3c9c158a42b0c3bfe33d5cb6bd18b78
parent2f5d0e497e65aefd655a08e5ca96c70cc3123b40
CURL_PUSH_ERROROUT: allow the push callback to fail the parent stream

... by adding support for a new dedicated return code.

Suggested-by: Jonathan Cardoso
Assisted-by: Erik Johansson
URL: https://curl.haxx.se/mail/lib-2020-06/0099.html
Closes #5636
docs/TODO
docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3
docs/libcurl/symbols-in-versions
include/curl/multi.h
lib/http2.c