Code review comment for lp:~james-w/lazr.restfulclient/fix-caching

Revision history for this message
James Westby (james-w) wrote :

Investigating why I was seeing lots of repeated requests I looked in to
the caching. This showed that lplib was requesting "get" methods, and
because this wasn't literally "GET" httplib2 wasn't caching the responses.

I don't think this has ever worked, but only affected calling a NamedOperation,
so the cache isn't totally useless.

Thanks,

James

« Back to merge proposal