Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testServerRequestContextCancel_ConnClose (0.48 sec)

  1. src/net/http/serve_test.go

    // is always blocked in a Read call so it notices the EOF from the client.
    // See issues 15927 and 15224.
    func TestServerRequestContextCancel_ConnClose(t *testing.T) {
    	run(t, testServerRequestContextCancel_ConnClose, []testMode{http1Mode})
    }
    func testServerRequestContextCancel_ConnClose(t *testing.T, mode testMode) {
    	inHandler := make(chan struct{})
    	handlerDone := make(chan struct{})
    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