]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commit
nsscash: guard against unexpected 304
authorSimon Ruderich <simon@ruderich.org>
Sun, 15 Dec 2019 10:19:33 +0000 (11:19 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 Dec 2019 10:29:09 +0000 (11:29 +0100)
commit5f90bfd1ae2fb737d14532d74d93e3f1c1763f99
treea38a9148ce89624536d7cf69f25f8297b3fa5919
parent4403833dcfc3d296dd9664b1752f722e5f64a275
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.
file.go
main_test.go