]> git.ipfire.org Git - thirdparty/curl.git/commit
altsvc: move logic from setopt into Curl_altsvc_ctrl()
authorDaniel Stenberg <daniel@haxx.se>
Sat, 10 Jan 2026 22:17:58 +0000 (23:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 11 Jan 2026 09:44:43 +0000 (10:44 +0100)
commit2725d3cb85f05ab7d18eb81b8635472b2deede17
treed1569eaa0a6b02e72d896b7f11b1cec0aa6b24dc
parent219245a61654274752d4d17710edeb835b3ae327
altsvc: move logic from setopt into Curl_altsvc_ctrl()

To keep it all in one place.

Closes #20247
lib/altsvc.c
lib/altsvc.h
lib/setopt.c