Rocket/core/lib
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
..
fuzz Fuzz URI parsing and display. 2021-06-06 21:52:44 -07:00
src Remove 'CookieJar::get_private_pending()'. 2022-02-17 11:04:30 -08:00
tests Remove 'CookieJar::get_private_pending()'. 2022-02-17 11:04:30 -08:00
Cargo.toml Update dependencies in core to latest versions. 2022-02-16 10:26:24 -08:00
build.rs Apply clippy suggestions. 2021-06-30 14:13:19 -07:00