If mirror is stored in http use If-Modified-Since (fixes #425)
modified libpkg/fetch.c
@@ -141,6 +141,9 @@ pkg_fetch_file_to_fd(const char *url, int dest, time_t t)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -179,8 +182,15 @@ pkg_fetch_file_to_fd(const char *url, int dest, time_t t)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|