Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCloseNotifierPipelined (0.44 sec)

  1. src/net/http/serve_test.go

    // Handler's CloseNotify channel to fire.
    //
    // Issue 13165 (where it used to deadlock), but behavior changed in Issue 23921.
    func TestCloseNotifierPipelined(t *testing.T) {
    	run(t, testCloseNotifierPipelined, []testMode{http1Mode})
    }
    func testCloseNotifierPipelined(t *testing.T, mode testMode) {
    	gotReq := make(chan bool, 2)
    	sawClose := make(chan bool, 2)
    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