Browse Source
Updates to the HTTP layer we made recently unconditionally used features of libCurl without checking the existence of them, causing compilation errors, which has been fixed. Also migrate the code to check feature macros, not version numbers, to cope better with libCurl that vendor ships with backported features. * tc/curl-with-backports: http: use a feature check to enable GSSAPI delegation control http: fix handling of missing CURLPROTO_*maint
![gitster@pobox.com](/assets/img/avatar_default.png)
1 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue