Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for SH (0.02 sec)

  1. src/net/http/serve_test.go

    		},
    	}
    
    	for _, tt := range tests {
    		tt := tt
    		t.Run(tt.name, func(t *testing.T) {
    			exitHandler := make(chan bool, 1)
    			defer close(exitHandler)
    			lastLine := make(chan int, 1)
    
    			sh := HandlerFunc(func(w ResponseWriter, r *Request) {
    				w.WriteHeader(404)
    				w.WriteHeader(404)
    				w.WriteHeader(404)
    				w.WriteHeader(404)
    				_, _, line, _ := runtime.Caller(0)
    				lastLine <- line
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. src/crypto/x509/x509_test.go

    			}
    			return
    		}
    	}
    
    	t.Fatal("SAN extension is missing")
    }
    
    // multipleURLsInCRLDPPEM contains two URLs in a single CRL DistributionPoint
    // structure. It is taken from https://crt.sh/?id=12721534.
    const multipleURLsInCRLDPPEM = `
    -----BEGIN CERTIFICATE-----
    MIIF4TCCBMmgAwIBAgIQc+6uFePfrahUGpXs8lhiTzANBgkqhkiG9w0BAQsFADCB
    8zELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2Vy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top