- From: Samuel Williams <notifications@github.com>
- Date: Thu, 04 Oct 2018 16:30:42 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 October 2018 23:31:04 UTC
I may also comment on the other issue, but this is exactly the design I came up with in `async-http`: A `Body::Writable` is just a `Body::Readable` with an internal queue of chunks. https://github.com/socketry/async-http/blob/v0.30.0/lib/async/http/body/writable.rb I think the design works well. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/378#issuecomment-427201534
Received on Thursday, 4 October 2018 23:31:04 UTC