Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

WebSocket connect error is not forwarded #45

Closed
mkosieradzki opened this issue Feb 24, 2017 · 1 comment
Closed

WebSocket connect error is not forwarded #45

mkosieradzki opened this issue Feb 24, 2017 · 1 comment

Comments

@mkosieradzki
Copy link
Contributor

Opening as requested in #41

Currently due to lack of WebException support in netstandard13 in case of connect error, a generic 400 error is returned instead of forwarding original response.

In full .NET Framework following code could be used to extract the original response

var res = (ex.InnerException as WebException)?.Response;
@aspnet-hello
Copy link

This issue was moved to aspnet/Home#2494

@aspnet aspnet locked and limited conversation to collaborators Jan 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants