Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTransportIgnores408 (0.33 sec)

  1. src/net/http/transport_test.go

    			t.Errorf("is408Message(%q) = %v; want %v", tt.in, got, tt.want)
    		}
    	}
    }
    
    func TestTransportIgnores408(t *testing.T) {
    	run(t, testTransportIgnores408, []testMode{http1Mode}, testNotParallel)
    }
    func testTransportIgnores408(t *testing.T, mode testMode) {
    	// Not parallel. Relies on mutating the log package's global Output.
    	defer log.SetOutput(log.Writer())
    
    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