Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

OpenRastaOwinResponse needs to actually set the statuscode of the OWIN Context #5

Closed
tharris29 opened this issue Jul 24, 2014 · 0 comments
Labels

Comments

@tharris29
Copy link
Contributor

Currently the OWIN context is not being set correctly and it has been hacked in the Middleware. It really should be happening directly in the response.

owinContext.Response.StatusCode = context.Response.StatusCode;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant