mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
438 B
438 B
0.15.2
Bugfixes
- Fixed cookie management for same-keys: before the fix, cookies with same-key, same-domain and same-path were all being sent in subsequent requests, which violates RFC 6265 - 5.4 . As of now, only the last valid cookie for a given key/domain/path will be kept, evicting the others.
Chore
- debug logs were inserting ASCII code string wrappers, even when no color was set. It nonw only sends the plain string.