+2
−2
+1
−1
+1
−27
+0
−1
lib/curl_get_line.c
0 → 100644
+55
−0
Loading
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
ALTSVC requires Curl_get_line which is defined in lib/cookie.c inside a #if check of HTTP and COOKIES. That makes Curl_get_line undefined if COOKIES is disabled. Fix by splitting out the function into a separate file which can be included where needed. Closes #3717 Reviewed-by:Daniel Gustafsson <daniel@yesql.se> Reviewed-by:
Marcel Raad <Marcel.Raad@teamviewer.com>