Request class creation issue #3577
|
On Request class __init__ we have a conditional which checks of what instance Stream is and then reads content, so not it works only for ByteStream. Is there any workaround for this issue? Example of a request which creates Request with MultipartStream: |
Answered by
lovelydinosaur
May 21, 2025
Replies: 1 comment
|
No, that's a design constraint. Streaming content types should not be pre-loaded. |
0 replies
Answer selected by
spikyo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, that's a design constraint. Streaming content types should not be pre-loaded.