K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2019-03-30T20:44:48.944088Z K 7 svn:log V 326 Fix undefined Curl_get_line when ALTSVC enabled and COOKIES disabled 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. This is a workaround to define Curl_get_line unconditionally. PR: 236885, 236890 END