Skip to content
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

Message Body was streamed in recorded request for AWS S3 #22

Open
Roger-luo opened this issue Oct 24, 2021 · 1 comment
Open

Message Body was streamed in recorded request for AWS S3 #22

Roger-luo opened this issue Oct 24, 2021 · 1 comment

Comments

@Roger-luo
Copy link

I'm trying the same example in my previous issue #20 , I realize the recorded request body are now all [Message Body was streamed] for S3, which as a result it cannot playback the requests, any idea what happened? thanks!

@iamed2
Copy link

iamed2 commented Jun 2, 2022

I know that message is no longer a thing on HTTP 1.0, but both AWS.jl and this package are behind.

I believe when streaming on HTTP 0.9, the actual body is stored in request["streamed_body"], which BrokenRecord.jl doesn't save.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants