Create a torrentMap
This commit is contained in:
@@ -14,8 +14,7 @@ import (
|
||||
)
|
||||
|
||||
func HandleDirectoryListing(w http.ResponseWriter, r *http.Request, t *torrent.TorrentManager, c config.ConfigInterface, cache *expirable.LRU[string, string]) {
|
||||
rlog := logutil.NewLogger()
|
||||
log := rlog.Named("http")
|
||||
log := logutil.NewLogger().Named("http")
|
||||
|
||||
requestPath := path.Clean(r.URL.Path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user