Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tolerated (0.17 sec)

  1. src/crypto/x509/verify_test.go

    			if !strings.Contains(nameToKey(&cert.Subject), expectedChain[k]) {
    				return false
    			}
    		}
    		return true
    	}
    
    	// Every expected chain should match one (or more) returned chain. We tolerate multiple
    	// matches, as due to root store semantics it is plausible that (at least on the system
    	// verifiers) multiple identical (looking) chains may be returned when two roots with the
    	// same subject are present.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //
    // By default, the go command may download modules from https://proxy.golang.org.
    // It may authenticate modules using the checksum database at
    // https://sum.golang.org. Both services are operated by the Go team at Google.
    // The privacy policies for these services are available at
    // https://proxy.golang.org/privacy and https://sum.golang.org/privacy,
    // respectively.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/net/http/serve_test.go

    	}
    	if strings.Contains(got.String(), "Content-Type") {
    		t.Errorf("Unexpected Content-Type in response headers: %s", got.String())
    	}
    }
    
    // tolerate extra CRLF(s) before Request-Line on subsequent requests on a conn
    // Issue 10876.
    func TestTolerateCRLFBeforeRequestLine(t *testing.T) {
    	req := []byte("POST / HTTP/1.1\r\nHost: golang.org\r\nContent-Length: 3\r\n\r\nABC" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top