Unbounded custom streams are not fully supported #621
Labels
bug
This issue is a bug.
no-auto-closure
We do not want this issue to be automatically closed.
p2
This is a standard priority issue
After the fix for #613 is in place, users will be able to provide custom/proxied streams but only when explicitly providing a non-null content length. There are seemingly-valid scenarios in which users may want to provide custom streams without an explicit content length, such as streaming from another source, building content on-the-fly, etc. We should come up with a way to support streams without an explicit content length, modify our stream type hierarchy to codify valid scenarios, improve error messaging to clarify expectations, or some combination thereof.
The text was updated successfully, but these errors were encountered: