-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Use handshake timeout for Tls listener callback #62177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
507f62e
a710517
0c2dc96
bd94496
3bba24a
abeae48
49591ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
namespace InMemory.FunctionalTests; | ||
|
||
public class TlsListenerMiddlewareTests : TestApplicationErrorLoggerLoggedTest | ||
public class TlsListenerTests : TestApplicationErrorLoggerLoggedTest | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can probably add a cancellation test here as well. Set the handshake timeout to something small like 1 millisecond and check that the request was canceled. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. added |
||
{ | ||
private static readonly X509Certificate2 _x509Certificate2 = TestResources.GetTestCertificate(); | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.