I've recently taken the plunge to learn python and thought I'll have a
go at developing a website (
http://qview.org.uk since you asked).
After some searching online I decided to try out TornadoWeb and I've
been very impressed. I would like to pass on my personal thanks to Ben
and other contributors for all the effort.
During testing I've been using Redbot (another great resource that I'd
recommend to developers) to test the 'cacheability' of the site.
Now I don't know if REDbot is right or wrong but when I test the
following URL
http://redbot.org/?uri=http://qview.org.uk/image/43512
it throws up a validation warning that the If-None-Match response is
missing an Etag header.
REDbot suggests that if Etag is present for a 200 response then it
should also be sent for a 304 response. Is this a problem with
TornadoWeb??
Thanks
Nick