-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instance of StreamingBody
returns True
for isinstance
Iterable
check
#1098
Comments
Hello and thanks for reporting! I believe you are correct: There might be several ways to deal with this issue:
@thehesiod: Any thoughts? |
Looks like this issue is already 8 years old: GrahamDumpleton/wrapt#93 so it seems to me that option 3 would most likely be the solution |
That's what I feared |
nice detective work. we can drop the proxy, just means we'll have to be
more careful when upgrading
…On Mon, Mar 11, 2024, 7:07 AM Jakob Keller ***@***.***> wrote:
Looks like this issue is already 8 years old: GrahamDumpleton/wrapt#93
<GrahamDumpleton/wrapt#93> so it seems to me
that option 3 would most likely be the solution
That's what I feared
—
Reply to this email directly, view it on GitHub
<#1098 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6Q77PQJ24X5OMKDFBQCH3YXW3DRAVCNFSM6AAAAABEQI7O6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBYGUZDSNRZGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'll try to get a fix for this out soon, was hoping someone would come with a pr before me :) |
This issue has been marked as stale because it has been inactive for more than 60 days. Please update this pull request or it will be automatically closed in 7 days. |
ping so it doesn't close |
Describe the bug
StreamingBody
returnsTrue
forisinstance
Iterable
check when it shouldn't, this can lead to some problems, for example, wrong content encoding in httpx (link) and inability to useStreamingBody
ascontent
inhttpx.AsyncClient
Checklist
pip check
passes without errorspip freeze
resultspip freeze results
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: