httpx/doc/release_notes/0_11_2.md
2021-02-12 11:15:19 +00:00

228 B

0.11.2

Bugfixes

The :cookies plugin wasn't able to parse Expires values, as it was using Time.httpdate to parse timestamps, which is RFC 2616-compliant, whereas cookies datetime values need to be RFC 6265-compliant.