pull/292/head
Hoernschen 2024-02-25 20:30:12 +01:00
rodzic f74f71cac1
commit c1a2b9cfa3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 37591FAF4E6D3462
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,6 @@ package gitea
import (
"bytes"
//"errors"
"fmt"
"io"
"net/http"

Wyświetl plik

@ -130,7 +130,6 @@ func (client *Client) ServeRawContent(targetOwner, targetRepo, ref, resource str
} else if cache.IsEmpty() {
log.Debug().Msg("[cache] is empty")
}
//return nil, cachedHeader, cachedStatusCode, ErrorNotFound
}
}
log.Trace().Msg("file not in cache")