mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
7 lines
265 B
Markdown
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"; |