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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: