...the declared Content-Length. However, when I attempted to...
I am trying to use gin to construct a stream server supporting http-flv. As expected, if the header "Content-Length" is not set, the connection will be kept open. However, whenever I invoke the method context.Writer.Write([]byte), I get ...