]> git.ipfire.org Git - thirdparty/curl.git/commit
hyper: drop support
authorDaniel Stenberg <daniel@haxx.se>
Sat, 21 Dec 2024 10:33:05 +0000 (11:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 21 Dec 2024 10:33:05 +0000 (11:33 +0100)
commitfc3e1cbc508f70f3dc21c2d55e5e2fa294f771cb
treec4a5455fd817fbde653b48222080f7c0f908a5a7
parent46093d9e0e0b105e5ca39c9abcd623ec36435faf
hyper: drop support

lib : remove all hyper code
configure: stop detecting hyper
docs: no more mention of hyper
tests: mo more special-handling of hyper builds
CI: no jobs using hyper

Closes #15120
93 files changed:
.github/labeler.yml
.github/scripts/binarycheck.sums
configure.ac
docs/DEPRECATE.md
docs/EXPERIMENTAL.md
docs/Makefile.am
docs/cmdline-opts/ignore-content-length.md
docs/internals/HYPER.md [deleted file]
docs/internals/WEBSOCKET.md
docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.md
docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.md
lib/Makefile.inc
lib/c-hyper.c [deleted file]
lib/c-hyper.h [deleted file]
lib/cf-h1-proxy.c
lib/cf-https-connect.c
lib/cf-https-connect.h
lib/connect.c
lib/curl_setup.h
lib/curl_trc.c
lib/http.c
lib/http.h
lib/http_proxy.c
lib/request.c
lib/request.h
lib/rtsp.c
lib/rtsp.h
lib/sendf.c
lib/sendf.h
lib/setopt.c
lib/transfer.c
lib/urldata.h
lib/version.c
lib/ws.c
lib/ws.h
tests/FILEFORMAT.md
tests/data/DISABLED
tests/data/test1072
tests/data/test1073
tests/data/test1116
tests/data/test1144
tests/data/test1147
tests/data/test1164
tests/data/test1266
tests/data/test1267
tests/data/test1274
tests/data/test1287
tests/data/test1294
tests/data/test1473
tests/data/test1479
tests/data/test1480
tests/data/test1482
tests/data/test1483
tests/data/test1591
tests/data/test178
tests/data/test207
tests/data/test218
tests/data/test2306
tests/data/test2307
tests/data/test262
tests/data/test269
tests/data/test28
tests/data/test3025
tests/data/test306
tests/data/test31
tests/data/test326
tests/data/test376
tests/data/test379
tests/data/test393
tests/data/test394
tests/data/test395
tests/data/test398
tests/data/test40
tests/data/test415
tests/data/test42
tests/data/test470
tests/data/test497
tests/data/test498
tests/data/test510
tests/data/test56
tests/data/test565
tests/data/test60
tests/data/test645
tests/data/test650
tests/data/test654
tests/data/test66
tests/data/test667
tests/data/test668
tests/http/scorecard.py
tests/runner.pm
tests/runtests.pl
tests/testutil.pm
tests/valgrind.supp