fetch_libcurl.c: add support for HTTP_USER_AGENT
modified libpkg/fetch_libcurl.c
@@ -141,6 +141,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -154,6 +155,8 @@ curl_do_fetch(struct curl_userdata *data, CURL *cl, struct curl_repodata *cr)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|