Re: [whatwg/fetch] Queue "process request body" tasks during request body transmission (#532)

This seems like a good way to describe the async loop (basically using recursion disguised as a goto). It indeed might help to label the step. You could alternately pull it out into a "function" to avoid the goto, but I think it's OK as-is.

-- 
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/pull/532#issuecomment-297532917

Received on Wednesday, 26 April 2017 20:34:31 UTC