Adam Wight

Results 44 comments of Adam Wight

Thanks for the explanation! In my application I might try something with low-level `:zlib` commands, if it look reusable I can post the patch here.

Now I'm thinking that decompression should *always* be streamed in order to utilize network and processor in parallel. That becomes a significant speed-up when fetching large, compressed files, so we...

> my goal with Req was to implement as much as possible, ideally everything, as steps I like this and it was part of why I switched my consumer from...

Even if the difference between request and response steps goes away, we would still need a way to order certain steps. Maybe an `after` option: `Req.Request.attach_step(request, my_app: &MyApp.step/1, after: :adapter)`....