We are using revel for HLS streaming; while streaming the master playlist, need to set the Transfer-Encoding as "chunked".
With below line, we are able to set the Content-Type header;
c.Response.Out.Header().Add("Content-Type", "application/vnd.apple.mpegurl")
However, unable to set Transfer-Encoding in the response header.
Any suggestions/example snippets are welcome. Thanks!