Web host uses a stream with Async support for the non-buffered case (GetBufferlessInputStream) but not for the buffered case (InputStream rather than GetBufferedInputStream).
We couldn't pass GetBufferedInputStream directly; we'd need to wrap to support rewinding after the stream has been read fully, but it's definitely possible to do and the only way to provide async stream reading on web host under the default buffer policy.
Comments: Resolved with: 0bf8e5c7016e524b937a72e2e812d9ea0b191527
We couldn't pass GetBufferedInputStream directly; we'd need to wrap to support rewinding after the stream has been read fully, but it's definitely possible to do and the only way to provide async stream reading on web host under the default buffer policy.
Comments: Resolved with: 0bf8e5c7016e524b937a72e2e812d9ea0b191527