Skip to content

Commit ff463c3

Browse files
mrogala-saucemarkamsauce
authored andcommitted
rename target-host -> host
1 parent 6d81282 commit ff463c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/martian/proxy_conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func (p *proxyConn) handleMITM(req *http.Request) error {
197197
remote_addr = host
198198
}
199199

200-
log.Error(ctx, "mitm: failed to handshake incoming TLS connection", "target-host", req.Host, "client", remote_addr, "error", err)
200+
log.Error(ctx, "mitm: failed to handshake incoming TLS connection", "host", req.Host, "client", remote_addr, "error", err)
201201
}
202202
return errClose
203203
}

0 commit comments

Comments
 (0)