digideskio / zotonic

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

Memo cache leaks between request for different sites #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes Chrome re-uses a connection for different sites.

As we use the process dictionary for memo caching this opens the possibility 
that cached values for one site are used in another site.

The process dictionary should be reset between requests.

Original issue reported on code.google.com by ma...@pobox.com on 26 Oct 2010 at 10:48

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 84165ae90d.

Original comment by ma...@pobox.com on 26 Oct 2010 at 10:50

GoogleCodeExporter commented 8 years ago
After further investigation we conclude that it is not Chrome reusing the 
connection, but the proxy cache Varnish.

The fix should be merged into the 0.5 for later release.

Original comment by ma...@pobox.com on 26 Oct 2010 at 11:23

GoogleCodeExporter commented 8 years ago
Merged into 0.5.

Will be part of the next maintenance release of 0.5.

Original comment by ma...@pobox.com on 26 Oct 2010 at 11:32