Skip to content

_downloadablefilesource.py: don't download the file if etag matches

Abderrahim Kitouni requested to merge abderrahim/etag into master

Description

Some servers don't honor the 'If-None-Match' header and send the file even with matching etag.


Merge request reports