gesomax / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Vary header #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The cache appears not to support the Vary header - doesn't this omission
mean that httplib2 is not a correct HTTP 1.1 implementation at all? It
violates the MUST NOT @
http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.6

(This is particularly odd as the xml.com article cited on the front page
specifically mentions 'Vary' as being one of the important considerations
for a caching http client...)

Original issue reported on code.google.com by gal...@gmail.com on 9 Dec 2008 at 3:20

GoogleCodeExporter commented 8 years ago
this might fix it

http://burningchrome.com/~cdent/vary.diff

Original comment by chris.d...@gmail.com on 6 Nov 2009 at 6:37

GoogleCodeExporter commented 8 years ago
http://codereview.appspot.com/152062/show

Original comment by joe.gregorio@gmail.com on 16 Nov 2009 at 12:43

GoogleCodeExporter commented 8 years ago
Fixed in fae1eb3a53

Original comment by joe.gregorio@gmail.com on 26 Dec 2009 at 4:30