internal/godebug.Setting.Value (method)

33 uses

	internal/godebug (current package)
		godebug.go#L112: 	return s.Name() + "=" + s.Value()
		godebug.go#L157: func (s *Setting) Value() string {
		godebug.go#L224: 	s.Value()

	crypto/tls
		common.go#L1095: 			if isClient || tls10server.Value() != "1" {
		conn.go#L1647: 			if tlsunsafeekm.Value() == "1" {
		defaults.go#L19: 	if tlskyber.Value() == "0" {
		defaults.go#L52: 			tlsrsakex.Value() != "1" && rsaKexCiphers[c] ||
		defaults.go#L53: 			tls3des.Value() != "1" && tdesCiphers[c]
		handshake_client.go#L630: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_client.go#L634: 		tls3des.Value() // ensure godebug is initialized
		handshake_client.go#L1058: 	if v := tlsmaxrsasize.Value(); v != "" {
		handshake_server.go#L173: 		tls10server.Value() // ensure godebug is initialized
		handshake_server.go#L376: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_server.go#L380: 		tls3des.Value() // ensure godebug is initialized
		tls.go#L309: 	if x509keypairleaf.Value() != "0" {

	crypto/x509
		parser.go#L873: 		if x509negativeserial.Value() != "1" {
		root.go#L79: 		if x509usefallbackroots.Value() != "1" {
		x509.go#L916: 			if x509sha1.Value() != "1" {
		x509.go#L1201: 	usePolicies := x509usepolicies.Value() == "1"
		x509.go#L1394: 		if x509usepolicies.Value() == "1" {

	math/rand
		rand.go#L325: 	if randautoseed.Value() == "0" {

	mime/multipart
		formdata.go#L49: 	if multipartfiles.Value() == "distinct" {
		formdata.go#L54: 	if s := multipartmaxparts.Value(); s != "" {
		multipart.go#L356: 	if s := multipartmaxheaders.Value(); s != "" {

	net
		conf.go#L489: 	goDebug := netdns.Value()
		dial.go#L54: 	if multipathtcp.Value() == "1" {
		dnsclient_unix.go#L68: 	if netedns0.Value() == "0" {

	net/http
		fs.go#L196: 		if httpservecontentkeepheaders.Value() == "1" {
		servemux121.go#L32: 	if httpmuxgo121.Value() == "1" {
		server.go#L3597: 	if http2server.Value() == "0" {
		transfer.go#L1060: 		if httplaxcontentlength.Value() == "1" {
		transport.go#L371: 	if http2client.Value() == "0" {

	time
		sleep.go#L25: 	if asynctimerchan.Value() == "1" {