diff --git a/src/server/conn.rs b/src/server/conn.rs index 726a95ac14..3940bfbb3d 100644 --- a/src/server/conn.rs +++ b/src/server/conn.rs @@ -663,7 +663,7 @@ where impl Future for Connection where - S: Service + 'static, + S: Service, S::Error: Into>, I: AsyncRead + AsyncWrite + Unpin + 'static, B: Payload + 'static,