WebDAV: improve logs

This commit is contained in:
Nicola Murino
2021-10-01 20:37:23 +02:00
parent 87751e562e
commit 1459150024
4 changed files with 27 additions and 16 deletions

View File

@@ -409,7 +409,7 @@ func TestUserInvalidParams(t *testing.T) {
}
req.TLS = &tls.ConnectionState{}
writeLog(req, nil)
writeLog(req, http.StatusOK, nil)
}
func TestRemoteAddress(t *testing.T) {