Skip to content

DefaultApiVersionReporter and websockets #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
israellot opened this issue May 9, 2018 · 1 comment
Closed

DefaultApiVersionReporter and websockets #290

israellot opened this issue May 9, 2018 · 1 comment

Comments

@israellot
Copy link

DefaultApiVersionReporter tries to add headers to the response for websocket requests.
This results in invalid operation since the headers were already sent along the HTTP 101 status.

@commonsensesoftware
Copy link
Collaborator

I'm assuming this is ASP.NET Core and the same symptoms as #273.

It appears the platform differences require Core to write the headers before the action is processed and Web API should write after the action is processed.

I should have the fix out within the next couple of days. Thanks.

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

No branches or pull requests

2 participants