httpx/doc/release_notes/0_14_1.md
2021-05-27 18:25:38 +01:00

7 lines
265 B
Markdown

# 0.14.1
## Bugfixes
* fixed: HTTP/2-specific headers were being reused on insecure redirects, thereby creating an invalid request (#128);
* fixed: multipart request parts weren't using explicity set `:content_type`, instead using file mime type or "text/plain";