Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testClientRedirectUseResponse (0.6 sec)

  1. src/net/http/client_test.go

    		if !strings.HasPrefix(b, line) {
    			return a, b, commonLines
    		}
    		commonLines++
    		a = a[len(line):]
    		b = b[len(line):]
    	}
    }
    
    func TestClientRedirectUseResponse(t *testing.T) { run(t, testClientRedirectUseResponse) }
    func testClientRedirectUseResponse(t *testing.T, mode testMode) {
    	const body = "Hello, world."
    	var ts *httptest.Server
    	ts = newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 63.8K bytes
    - Viewed (0)
Back to top