MCPcopy
hub / github.com/caddyserver/caddy / stop

Method stop

modules/caddytls/sessiontickets.go:151–155  ·  view source on GitHub ↗

stop terminates the key rotation goroutine.

()

Source from the content-addressed store, hash-verified

149
150// stop terminates the key rotation goroutine.
151func (s *SessionTicketService) stop() {
152 if s.stopChan != nil {
153 close(s.stopChan)
154 }
155}
156
157// register sets the session ticket keys on cfg
158// and keeps them updated. Any values registered

Callers 1

CleanupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected