Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wantnil (0.08 sec)

  1. src/net/http/transport_test.go

    				}
    			} else {
    				if got.Method != "HEAD" {
    					t.Errorf("Wrong method for destination: %q", got.Method)
    				}
    				gotURL := got.URL.String()
    				wantURL := ts.URL + "/"
    				if gotURL != wantURL {
    					t.Errorf("Got URL %q, want %q", gotURL, wantURL)
    				}
    			}
    		})
    	}
    }
    
    func TestOnProxyConnectResponse(t *testing.T) {
    
    	var tcases = []struct {
    		proxyStatusCode int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top