mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2026-03-15 16:14:10 -04:00
Compare commits
1 Commits
fix-double
...
2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a44272699f |
@@ -84,6 +84,6 @@ func handleMedia(w http.ResponseWriter, r *http.Request, url string) error {
|
||||
w.Header().Set("Content-Range", res.Header.Get("Content-Range"))
|
||||
}
|
||||
|
||||
_, err = io.Copy(w, res.Body)
|
||||
return err
|
||||
io.Copy(w, res.Body)
|
||||
return nil // don't call RenderError after this point
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user