Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 404 (0.09 sec)

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

    	// in the list after any error from this proxy. If fallBackOnError is false,
    	// the request will only be attempted on the next proxy if the error is
    	// equivalent to os.ErrNotFound, which is true for 404 and 410 responses.
    	fallBackOnError bool
    }
    
    func proxyList() ([]proxySpec, error) {
    	proxyOnce.Do(func() {
    		if cfg.GONOPROXY != "" && cfg.GOPROXY != "direct" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 03 15:21:05 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top