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 Nov 20, 2018. It is now read-only.
Spoke with @davidfowl and @GrabYourPitchforks today about the fact the we only have an indication of RequestAborted and cannot separate it from a disconnection from the client.
In system.web world client disconnection does not necessarily mean request should stop processing, where abort does mean that.
When are are done with this features requiring cancellation token in web scenarios can automatically pick up the right cancellation token based on their scenario (example formatters will cancel for both tokens, but user code can make an explicit choice)