You cannot access body after reading from request's data stream #9273
Unanswered
tfcornerstone
asked this question in
Potential Issue
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
@tomchristie Wouldn't the
not
here triggerself._stream = io.BytesIO(self.body)
whilstself._request._read_started
istrue
.Which would cause the following exception if the
_body
is not set yet.Beta Was this translation helpful? Give feedback.
All reactions