mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
b7617ddd68
This change is needed for implementing cookie persistence in Web+ using the network kit backend. The current implementation requires the user to unarchive the cookie jar, then hand it over to the BUrlContext which will copy it to its own field. This makes the code simpler, but maybe doing a complete copy (with all the cookies) is an heavy operation and could be avoided.