Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GIT_HTTP_USER_AGENT (0.17 sec)

  1. src/cmd/go/internal/modfetch/sumdb.go

    			must = false
    		}
    		// Exception #2: the Go proxy+checksum database cannot check itself
    		// while doing the initial download.
    		if strings.Contains(os.Getenv("GIT_HTTP_USER_AGENT"), "proxy.golang.org") {
    			must = false
    		}
    
    		// Another potential exception would be GOPROXY=direct,
    		// but that would make toolchain downloads only as secure
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 20 15:02:47 UTC 2023
    - 9.1K bytes
    - Viewed (0)
Back to top