mirror of
https://github.com/gin-gonic/gin.git
synced 2025-08-07 19:59:54 +08:00
You can get an http.Response with ContentLength set to -1 (Chunked encoding), so for DataFromReader to be useful for those we need to support that.