]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: remove stream dependency tracking
authorStefan Eissing <stefan@eissing.org>
Fri, 22 May 2026 07:11:41 +0000 (09:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 May 2026 07:44:08 +0000 (09:44 +0200)
commitbfbff7852f050232edd3e5ca5c6bf2021c340f5a
tree944a9e67566b3617738181c4ee9dc2fb176ca09c
parent2056498625d183248a9d435a43a2b41f58b2e74d
http2: remove stream dependency tracking

The HTTP/2 feature is deprecated, few servers implement it and our
implementation is complicated by its state management. Make the two
CURLOPT_* involved a nop and deprecate them.

Closes #21723
docs/libcurl/curl_easy_setopt.md
docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.md
docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.md
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/http2.c
lib/setopt.c
lib/url.c
lib/urldata.h