httpx known bugs
pypi3 known bugs in httpx, with affected versions, fixes and workarounds. Sourced from upstream issue trackers.
3
bugs
Known bugs
| Severity | Affected | Fixed in | Title | Status | Source |
|---|---|---|---|---|---|
| high | 0.27.0 | 0.27.2 | AsyncClient hangs when response is closed before body is read Closing an AsyncClient response without consuming the body hung on the connection release. Workaround: always `await r.aread()` or use `async with`. Fixed in 0.27.2. | closed | github:#3288 |
| medium | any | 0.20.0 | PYSEC-2022-183: advisory Encode OSS httpx <=1.0.0.beta0 is affected by improper input validation in `httpx.URL`, `httpx.Client` and some functions using `httpx.URL.copy_with`. | fixed | osv:PYSEC-2022-183 |
| critical | any | 0.23.0 | Improper Input Validation in httpx Encode OSS httpx <=1.0.0.beta0 is affected by improper input validation in `httpx.URL`, `httpx.Client` and some functions using `httpx.URL.copy_with`. | fixed | osv:GHSA-h8pj-cxx2-jfg2 |
API access
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/bugs/pypi/httpx