mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-05 00:02:12 -05:00
5 lines
228 B
Markdown
5 lines
228 B
Markdown
# 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. |