mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:27:18 +03:00
alt-svc: enable by default
Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported. alt-svc support in curl is no longer considered experimental Closes #5868
This commit is contained in:
parent
e2bcdf557b
commit
96450a1a33
27 changed files with 58 additions and 71 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
macosx-version-min: 10.9
|
||||
- name: torture
|
||||
install: nghttp2 openssl
|
||||
configure: --enable-debug --disable-shared --disable-threaded-resolver --enable-alt-svc
|
||||
configure: --enable-debug --disable-shared --disable-threaded-resolver
|
||||
tflags: -n -t --shallow=25 !FTP
|
||||
macosx-version-min: 10.9
|
||||
- name: macOS 10.15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue