MCPcopy
hub / github.com/XTLS/REALITY / discardHandshakeBuffer

Method discardHandshakeBuffer

prf.go:251–253  ·  view source on GitHub ↗

discardHandshakeBuffer is called when there is no more need to buffer the entirety of the handshake messages.

()

Source from the content-addressed store, hash-verified

249// discardHandshakeBuffer is called when there is no more need to
250// buffer the entirety of the handshake messages.
251func (h *finishedHash) discardHandshakeBuffer() {
252 h.buffer = nil
253}
254
255// noEKMBecauseRenegotiation is used as a value of
256// ConnectionState.ekm when renegotiation is enabled and thus

Callers 4

handshakeMethod · 0.80
doFullHandshakeMethod · 0.80
doResumeHandshakeMethod · 0.80
doFullHandshakeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected