Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Need to expose ClientDisconnectedToken on HttpContext #197

@yishaigalatzer

Description

@yishaigalatzer

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)

CC @HaoK

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions