mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-22 10:20:39 +00:00
Remove deprecated field usage
This commit is contained in:
parent
d58d602210
commit
a8409c1215
@ -89,7 +89,6 @@ func HTTP(ctx context.Context) context.Context {
|
|||||||
"did-resume": cs.DidResume,
|
"did-resume": cs.DidResume,
|
||||||
"cipher-suite": cs.CipherSuite,
|
"cipher-suite": cs.CipherSuite,
|
||||||
"negotiated-protocol": cs.NegotiatedProtocol,
|
"negotiated-protocol": cs.NegotiatedProtocol,
|
||||||
"negotiated-protocol-is-mutual": cs.NegotiatedProtocolIsMutual,
|
|
||||||
"server-name": cs.ServerName,
|
"server-name": cs.ServerName,
|
||||||
"error": err,
|
"error": err,
|
||||||
}).Trace("ClientTrace.TLSHandshakeDone")
|
}).Trace("ClientTrace.TLSHandshakeDone")
|
||||||
|
Loading…
Reference in New Issue
Block a user