added preload estimate quote usage

This commit is contained in:
ston1th 2022-10-11 23:03:46 +02:00
commit 088bd1f03e
5 changed files with 19 additions and 6 deletions

View file

@ -36,7 +36,7 @@ func (ps *PlainServer) ServeHTTP(w http.ResponseWriter, r *http.Request) {
"client", r.RemoteAddr,
"method", r.Method,
"status", s.Status(),
"uri", r.URL.Path,
"uri", r.RequestURI,
)
}()
}