summaryrefslogtreecommitdiff
path: root/loader/lib/varnish.py
AgeCommit message (Collapse)Author
2020-03-30Set a timeout for sendinv Varnish purge requestsMagnus Hagander
Timeout error is better than hanging forever. Set a timeout for 30 seconds which is with a big margin longer than should ever be needed.
2019-06-19Remove extra : at end of xkeyMagnus Hagander
2019-06-19Fix typoMagnus Hagander
2019-06-19Use xkey instead of regexp when purging threads and listsMagnus Hagander
2019-01-04Whitespace fixesMagnus Hagander
2019-01-04Tabs to 4 spacesMagnus Hagander
pep8 standard for indentation
2019-01-03Update loader scripts to use python3 syntaxMagnus Hagander
Some minor cleanups as well, but mostly just the output of the 2to3 tool and some manual changes.
2013-01-05Centralize varnish purging in the loaderMagnus Hagander