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

Kestrel isn’t calling context.RequestAborted #297

Closed
avanderhoorn opened this issue Oct 27, 2015 · 2 comments
Closed

Kestrel isn’t calling context.RequestAborted #297

avanderhoorn opened this issue Oct 27, 2015 · 2 comments

Comments

@avanderhoorn
Copy link
Member

Currently Kestrel isn't calling callbacks registered via context.RequestAborted.Register(...). This hurts us as it means we can't cleanup out SSE connections when the client aborts/closes the connection.

@Tratcher
Copy link
Member

Yes, kestrel needs to implement IHttpRequestLifetimeFeature

@halter73
Copy link
Member

This was a dup of #30

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants