Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLinuxSendfileChild (0.23 sec)

  1. src/net/http/fs_test.go

    	if err != nil {
    		t.Fatalf("%s: for URL %q, reading body: %v", testName, req.URL.String(), err)
    	}
    	return r, b
    }
    
    // TestLinuxSendfileChild isn't a real test. It's used as a helper process
    // for TestLinuxSendfile.
    func TestLinuxSendfileChild(*testing.T) {
    	if os.Getenv("GO_WANT_HELPER_PROCESS") != "1" {
    		return
    	}
    	defer os.Exit(0)
    	fd3 := os.NewFile(3, "ephemeral-port-listener")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
Back to top