]> git.ipfire.org Git - thirdparty/curl.git/commit
easy: fix the altsvc init for curl_easy_duphandle
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Sep 2022 20:50:45 +0000 (22:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Sep 2022 06:20:00 +0000 (08:20 +0200)
commitbbdeb4c6736a6e3923765197f0f4659f9d3b44c7
treecaa3d023c6b67241af383a2b916188419d95f363
parent0a652280c92bd23fc4d0e31cfaeada1ba113510b
easy: fix the altsvc init for curl_easy_duphandle

It was using the old #ifdef which nothing sets anymore

Closes #9624
lib/easy.c