Replies: 2 comments 1 reply
-
I'm sure that would be acceptable. I wasn't aware that it wasn't setup in a way to use another version of llhttp, I had assumed that downstream packagers were already doing this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
#10760 is merged |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
aiohttp currently unconditionally uses a vendored llhttp version. This is problematic for downstreams who wish to always use system libraries whenever possible. In particular, Fedora already unvendors it, and I'm working on doing the same in Gentoo.
Would you be interested in accepting a patch that would add the respective option to
setup.py
, perhaps via envvarUSE_SYSTEM_DEPS
or likewise?Beta Was this translation helpful? Give feedback.
All reactions