Closed
Description
The HTTPClient.Body.StreamWriter
that you get when using the default .stream(length: contentLength, { thisStreamWriterHere in })
expects to be called on the internal EventLoop
that belongs to the underlying Channel
. The user however doesn't get access to that Channel
at all so it's impossible to use this API :(.
This needs a fix really soon.