Add x5c provisioner capabilities
This commit is contained in:
parent
2781045524
commit
d368791606
32 changed files with 1805 additions and 246 deletions
|
@ -32,7 +32,7 @@ func (l *LoggerHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||
t := time.Now()
|
||||
rw := NewResponseLogger(w)
|
||||
l.next.ServeHTTP(rw, r)
|
||||
d := time.Now().Sub(t)
|
||||
d := time.Since(t)
|
||||
l.writeEntry(rw, r, t, d)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue