-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
Milestone
Description
Reading something about ETags, I found this:
http://www.bendeutsch.de/blog/The-difference-between-strong-and-weak-ETags
It seems that WebApp/Browser can supply multiple Etags on GET request for cached resources, so server must pick the right one, thus needs to return latest ETag on 304.
smyrman