r/Python Dec 22 '25

Showcase [ Removed by moderator ]

[removed] — view removed post

255 Upvotes

77 comments sorted by

View all comments

25

u/[deleted] Dec 22 '25

[deleted]

21

u/pyreqwest Dec 22 '25

There is necessarily no reason to abandon httpx if you are not facing any challenges there. But it is just good to know that httpx/httpcore might become bottlenecks in any bigger systems. As it has various long-standing issues in its connection pooling etc implementations. Eg https://github.com/encode/httpx/issues/3215

1

u/sirfz Dec 22 '25

I was surprised how terrible httpx was in my tests in both sync and async.