Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testServerShutdownStateNew (0.57 sec)

  1. src/net/http/serve_test.go

    	if states := <-statesRes; states[StateActive] != 1 {
    		t.Errorf("connection in wrong state, %v", states)
    	}
    }
    
    func TestServerShutdownStateNew(t *testing.T) { run(t, testServerShutdownStateNew) }
    func testServerShutdownStateNew(t *testing.T, mode testMode) {
    	if testing.Short() {
    		t.Skip("test takes 5-6 seconds; skipping in short mode")
    	}
    
    	var connAccepted sync.WaitGroup
    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