1
edit
Alfredkayser (talk | contribs) |
|||
Line 27: | Line 27: | ||
* In nsDiskCacheEvictor::VisitRecord, prevent the malloc's for reading the complete 'DiskCacheEntry' and for the key copying just to check for clientID, instead make a custom version of ReadDiskCacheEntry to just check for clientID in the stored entry on disk. | * In nsDiskCacheEvictor::VisitRecord, prevent the malloc's for reading the complete 'DiskCacheEntry' and for the key copying just to check for clientID, instead make a custom version of ReadDiskCacheEntry to just check for clientID in the stored entry on disk. | ||
=== Comments from Andreas (2005/Oct/18) === | |||
* Move the URLParser to RFC 3986 compliance, getting rid of the param component in the process (params can be part of any path segment, not just the last one). | |||
* Better URI-fixup-code (for example the \ versus /-handling) |
edit