egangi

Results 2 issues of egangi

Description: This PR addresses a bug in the _find_no_duplicates method of RequestsCookieJar where cookies with values of 0 or empty strings ('') were not being returned correctly. Changes included: Updated...

This PR fixes a bug in Requests where cookie values containing escaped quotes were being corrupted according to issue #6890. Problem: - The original set_cookie method stripped all escaped quotes...