httpx known bugs

pypi

3 known bugs in httpx, with affected versions, fixes and workarounds. Sourced from upstream issue trackers.

3
bugs
Known bugs
SeverityAffectedFixed inTitleStatusSource
high0.27.00.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.
closedgithub:#3288
mediumany0.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`.
fixedosv:PYSEC-2022-183
criticalany0.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`.
fixedosv:GHSA-h8pj-cxx2-jfg2
API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/bugs/pypi/httpx
httpx bugs — known issues per version | DepScope | DepScope