Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEmptyPasswordAuth (0.15 sec)

  1. src/net/http/client_test.go

    		if err != nil {
    			t.Fatal(err)
    		}
    		if len(bs) != 0 {
    			t.Errorf("Unexpected content: %q", bs)
    		}
    	}
    }
    
    func TestEmptyPasswordAuth(t *testing.T) { run(t, testEmptyPasswordAuth) }
    func testEmptyPasswordAuth(t *testing.T, mode testMode) {
    	gopher := "gopher"
    	ts := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		auth := r.Header.Get("Authorization")
    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