BrokenRecord.jl icon indicating copy to clipboard operation
BrokenRecord.jl copied to clipboard

Message Body was streamed in recorded request for AWS S3

Open Roger-luo opened this issue 4 years ago • 1 comments
trafficstars

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!

Roger-luo avatar Oct 24 '21 05:10 Roger-luo

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.

iamed2 avatar Jun 02 '22 19:06 iamed2