firebase / superstatic

Superstatic: a static file server for fancy apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure '304 not modified' doesn't happen?

rstacruz opened this issue · comments

Is there a way to stop superstatic from returning "304 not modified" statuses?

The reason for this is that for development, I'd like to use a connect middleware to modify the response. this can't happen when I get 304's.

actually, nevermind. I can do this with another connect middleware that conditionally removes if-none-match and if-modified-since headers :)