use servefile for streaming
This commit is contained in:
@@ -107,6 +107,7 @@ func processAssets(c *config, files []string) error {
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "opening asset")
|
||||
}
|
||||
defer data.Close()
|
||||
processAsset(
|
||||
c,
|
||||
&file{
|
||||
|
||||
Reference in New Issue
Block a user