Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTransportAndServerSharedBodyRace (0.41 sec)

  1. src/net/http/serve_test.go

    // and the http client), and both think they can close it on failure.
    // Therefore, all incoming server requests Bodies need to be thread-safe.
    func TestTransportAndServerSharedBodyRace(t *testing.T) {
    	run(t, testTransportAndServerSharedBodyRace, testNotParallel)
    }
    func testTransportAndServerSharedBodyRace(t *testing.T, mode testMode) {
    	// The proxy server in the middle of the stack for this test potentially
    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