From: Simon Ruderich Date: Sun, 15 Dec 2019 10:19:33 +0000 (+0100) Subject: nsscash: guard against unexpected 304 X-Git-Tag: 0.1~9 X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=5f90bfd1ae2fb737d14532d74d93e3f1c1763f99;hp=5f90bfd1ae2fb737d14532d74d93e3f1c1763f99;p=nsscash%2Fnsscash.git nsscash: guard against unexpected 304 A 304 (status not modified) from the server was always considered a non-error even if we did not send a If-Modified-Since. This could hide errors for buggy servers. ---