requests
requests copied to clipboard
Fix-#7003: RequestsCookieJar cannot correctly retrieve zero value
When using RequestsCookieJar to set a cookie with an empty string ('') or 0 as the value, it cannot be retrieved properly afterward. (Fix #7003)