mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
6 lines
281 B
Markdown
6 lines
281 B
Markdown
# 1.3.2
|
|
|
|
## Bugfixes
|
|
|
|
* Prevent `NoMethodError` in an edge case when the `:proxy` plugin is autoloaded via env vars and webmock adapter are used in tandem, and a real request fails.
|
|
* raise invalid uri error if passed request uri does not contain the host part (ex: `"https:/get"`) |