add checking mechanism of consistency between sni and host/request line
This commit is contained in:
parent
4f5a1cbf91
commit
d37ed57a1c
11 changed files with 111 additions and 69 deletions
|
|
@ -49,12 +49,12 @@ impl<B> ResLog for &Response<B> {
|
|||
) -> String {
|
||||
let canonical_client_addr = client_addr.to_canonical();
|
||||
format!(
|
||||
"{} <- {} -- {} {:?} {:?} {}",
|
||||
"{} <- {} -- {} {:?} {}",
|
||||
canonical_client_addr,
|
||||
server_name,
|
||||
self.status(),
|
||||
self.version(),
|
||||
self.headers(),
|
||||
// self.headers(),
|
||||
extra.map_or_else(|| "", |v| v)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue