-
Notifications
You must be signed in to change notification settings - Fork 10.3k
PR feedback from #11412 #11474
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
PR feedback from #11412 #11474
Conversation
- Remove ExpectedMiddlewareCount since everything is middleware now - Renamed everything adapter to middleware - Added a regression test for an https scenario - Don't send client certs for tests that don't expect it
|
||
options.ConfigureEndpointDefaults(e => | ||
{ | ||
if (e.IPEndPoint.Port == 5001) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you didn't have IsDevCertLoaded = true,
above, this test would pass even without the custom ConfigureEndpointDefaults, right?
I think this test would be a little more convincing if it made port 5000 the TLS endpoint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default binding only checks 5001 for IsTls
Why don't you rename |
PS: This was supposed to take 30 mins...