We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a91164 commit 8201939Copy full SHA for 8201939
src/Servers/Kestrel/Core/src/Middleware/TlsListenerMiddleware.cs
@@ -53,7 +53,6 @@ internal async Task OnTlsClientHelloAsync(ConnectionContext connection)
53
54
// Here either it's a valid TLS client hello or definitely not a TLS client hello.
55
// Anyway we can continue with the middleware pipeline
56
- await _next(connection);
57
break;
58
}
59
0 commit comments