BrokenRecord.jl
BrokenRecord.jl copied to clipboard
Message Body was streamed in recorded request for AWS S3
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!
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.