jcoglan / restore

Simple remoteStorage server written in Node.js
293 stars 27 forks source link

use 304 instead of 412 for GETs whose precondition fail #9

Closed michielbdejong closed 10 years ago

michielbdejong commented 11 years ago

see https://github.com/remotestorage/spec/issues/23

jcoglan commented 11 years ago

Can you fix the failing test? You'll need the package.json change I just pushed.

jcoglan commented 10 years ago

This has now been fixed by other commits. Sorry for the delay!