Skip to content

Commit 8201939

Browse files
committed
fix duplicate next middleware
1 parent 5a91164 commit 8201939

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Servers/Kestrel/Core/src/Middleware/TlsListenerMiddleware.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ internal async Task OnTlsClientHelloAsync(ConnectionContext connection)
5353

5454
// Here either it's a valid TLS client hello or definitely not a TLS client hello.
5555
// Anyway we can continue with the middleware pipeline
56-
await _next(connection);
5756
break;
5857
}
5958

0 commit comments

Comments
 (0)