working commit

This commit is contained in:
2026-02-19 18:04:34 +02:00
parent bb0f58f46c
commit 7f7e4706d6
5 changed files with 164 additions and 84 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ func (hand *Handler) GetBlob(rctx *router.Context) {
defer res.ReadCloser.Close()
_, err = io.Copy(rctx.Writer, res.ReadCloser)
if err != nil {
hand.logg.Errorf("GetFile error: %v", err)
hand.logg.Errorf("GetBlob error: %v", err)
rctx.SetStatus(http.StatusInternalServerError)
return
}