type newServerFunc …
var newServers …
func TestServer(t *testing.T) { … }
func testServer(t *testing.T, newServer newServerFunc) { … }
func testGetAfterClose(t *testing.T, newServer newServerFunc) { … }
func testServerCloseBlocking(t *testing.T, newServer newServerFunc) { … }
func testServerCloseClientConnections(t *testing.T, newServer newServerFunc) { … }
func testServerClient(t *testing.T, newTLSServer newServerFunc) { … }
func testServerClientTransportType(t *testing.T, newServer newServerFunc) { … }
func testTLSServerClientTransportType(t *testing.T, newTLSServer newServerFunc) { … }
type onlyCloseListener …
func (onlyCloseListener) Close() error { … }
func TestServerZeroValueClose(t *testing.T) { … }
func TestCloseHijackedConnection(t *testing.T) { … }
func TestTLSServerWithHTTP2(t *testing.T) { … }