Closed hf closed 7 months ago
One confirmed support ticket that is demonstrating the issues resolved by these changes.
@hf remember to generate a changeset too!
Does this change fix the bug I just submitted? #766
Does this change fix the bug I just submitted? #766
Maybe...
Fixes/improves some edge cases in the cookie chunker for
ssr
:deleteChunks
now attempts to delete both the key and potential leftover chunks, instead of deleting the first thing it notices. This should decrease the total size of cookies by removing orphaned chunks, and also is a bit safer in situations where leftover chunks are mistaken as the continuation of other chunks.setItem
, and instead do it serially.setItem
first clears all chunks before setting the new ones.