diff --git a/connection-handler.go b/connection-handler.go index 20bca64..9f0dd89 100644 --- a/connection-handler.go +++ b/connection-handler.go @@ -17,8 +17,6 @@ type ConnectionHandler interface { } type ConnectionHandlers struct { - ConnectionHandler - // The maximum number of concurrent connections the server may serve. // // DefaultConcurrency is used if not set. diff --git a/server-handler.go b/server-handler.go index e83fd4b..6527566 100644 --- a/server-handler.go +++ b/server-handler.go @@ -16,7 +16,6 @@ type ServerHandler interface { } type ServerHandlers struct { - ServerHandler ConnectionHandlers ReadWriteHandlers