Cache Notes: Difference between revisions

No edit summary
 
(One intermediate revision by the same user not shown)
Line 30: Line 30:
*http://www.mozilla.org/projects/netlib/presentations/necko1-2002-02-18/slide11.xml
*http://www.mozilla.org/projects/netlib/presentations/necko1-2002-02-18/slide11.xml
*https://developer.mozilla.org/en/HTTP_Caching_FAQ  
*https://developer.mozilla.org/en/HTTP_Caching_FAQ  
*My [[notes|http_cache_protocol]] on the HTTP cache protocol.
*My [[http_cache_protocol|notes]] on the HTTP cache protocol.


Here is a list of bugs filed on the cache. Many are resolved.
Here is a list of bugs filed on the cache. Many are resolved.
Line 47: Line 47:
*Some files are never cached due to hash collisions which are quite common due to weak string hash function: {{bug|290032}}
*Some files are never cached due to hash collisions which are quite common due to weak string hash function: {{bug|290032}}
* Firefox stores corrupted version of cached JavaScript file (merges two files together): {{bug|355567}}
* Firefox stores corrupted version of cached JavaScript file (merges two files together): {{bug|355567}}
* Need to teach necko to deal with channels reading and writing to a cache entry simultaniously: {{bug|446876}}
21

edits