You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
I wanted to turn on listenOptions.UseConnectionLogging(); behind ANCM but there's no way to do this, PreferServerUrls overrides all Kestrel ListenOptions.
The text was updated successfully, but these errors were encountered:
Ordering will be an interesting problem for shared middleware no matter what.
Many of the other options will be simpler, we can use that callback (first, so you can override it) or KSO can have properties for defaults like DefaultProtocols.
I wanted to turn on
listenOptions.UseConnectionLogging();
behind ANCM but there's no way to do this, PreferServerUrls overrides all Kestrel ListenOptions.The text was updated successfully, but these errors were encountered: