diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-01-31 15:31:17 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-01-31 15:31:17 +0100 |
commit | 77a603a904087dd9fd3350da029f279f076e4f4b (patch) | |
tree | 94c4db9257eacb369d44e04e6746b89830b08526 /util.h | |
parent | 9f596550ca47071fe31b03e4ab27e08c60b65f71 (diff) |
sfeed_update: fix issue with merging failed feeds
When fetching a feed failed and its temporary file was stored (filesize=0)
it would still be merged with the (possible) old file. This updated the
modification time which would be used in the next poll (If-Modified-Since).
The solution is to check if the file is non-empty and only then merge, this
is still not 100% fool-proof, but much better.
Diffstat (limited to 'util.h')
0 files changed, 0 insertions, 0 deletions