Y
Hacker News
new
|
ask
|
show
|
jobs
by
iib
183 days ago
That sounds awesome. But I have two curiosities: What are the problems of httpx? And was pycurl not enough for what you wanted to do?
2 comments
mmmaantu
183 days ago
Httpx/httpcore are abandoned and their connection pooling etc implementations are completely broken
https://github.com/encode/httpx/issues/3215
Many PRs trying to fix varying issues
https://github.com/encode/httpcore/pulls
But maintainer(s) are not intrested in fixing any of the issues.
link
mmmaantu
183 days ago
pycurl doesnt support async, right?
link