github.com/refraction-networking/utls.Config.SessionTicketsDisabled (field)

15 uses

	github.com/refraction-networking/utls (current package)
		common.go#L759: 	SessionTicketsDisabled bool
		common.go#L1004: 		SessionTicketsDisabled:              c.SessionTicketsDisabled,
		common.go#L1074: 		if configForClient.SessionTicketsDisabled {
		common.go#L1088: 	if c.SessionTicketsDisabled {
		handshake_client.go#L404: 	if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
		handshake_client_tls13.go#L1015: 	if !c.config.SessionTicketsDisabled && c.config.ClientSessionCache != nil {
		handshake_client_tls13.go#L1035: 	if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
		handshake_server.go#L454: 	if c.config.SessionTicketsDisabled {
		handshake_server.go#L589: 	hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
		handshake_server_tls13.go#L333: 	if c.config.SessionTicketsDisabled {
		handshake_server_tls13.go#L943: 	if hs.c.config.SessionTicketsDisabled {
		u_conn.go#L166: 	if cfg := uconn.config; cfg.SessionTicketsDisabled || cfg.ClientSessionCache == nil {
		u_conn.go#L226: 	if uconn.config.SessionTicketsDisabled || uconn.config.ClientSessionCache == nil {
		u_conn.go#L237: 	if uconn.config.SessionTicketsDisabled || uconn.config.ClientSessionCache == nil {