mirror of
https://github.com/gin-gonic/gin.git
synced 2025-08-10 13:19:50 +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.