Rocket/core
arlecchino 1ba41b3990 Remove 'CookieJar::get_private_pending()'.
This commit removes the 'CookieJar::get_private_pending()' method in
favor of the already existing and correct 'CookieJar::get_pending()'
method. Previously, the 'CookieJar::get_private_pending()' method
attempted to decrypt the value of a pending cookie, which in reality is
plaintext, thus failing. Because the pending value is plaintext, the
'CookieJar::get_pending()' method suffices.

Documentation has been updated to refer to 'CookieJar::get_pending()'.

Fixes #2063.
2022-02-17 11:04:30 -08:00
..
codegen Update dependencies in core to latest versions. 2022-02-16 10:26:24 -08:00
http Remove 'CookieJar::get_private_pending()'. 2022-02-17 11:04:30 -08:00
lib Remove 'CookieJar::get_private_pending()'. 2022-02-17 11:04:30 -08:00