Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prolog (0.16 sec)

  1. src/net/http/serve_test.go

    }
    func testTLSHandshakeTimeout(t *testing.T, mode testMode) {
    	errLog := new(strings.Builder)
    	cst := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {}),
    		func(ts *httptest.Server) {
    			ts.Config.ReadTimeout = 250 * time.Millisecond
    			ts.Config.ErrorLog = log.New(errLog, "", 0)
    		},
    	)
    	ts := cst.ts
    
    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