beetlex-io / FastHttpApi

a lightweight and high-performance http/websocket service component in the dotnet core platform that supports TLS.
Apache License 2.0
650 stars 175 forks source link

如何使用chunked传输数据流而非文件? #170

Closed zhuang0930 closed 2 years ago

zhuang0930 commented 2 years ago

如题。

beetlex-io commented 2 years ago

没有提供支持,主要考虑到非文件外都已经加到内存了,所以在设计上感觉没有必要支持chunked。