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
When websocket.Dial fails, my app wants to take differents actions depending on the HTTP status code, and ideally the body too. Is there any chance of modifying Dial to return this information, or perhaps adding a new function which does so?
The text was updated successfully, but these errors were encountered:
When
websocket.Dial
fails, my app wants to take differents actions depending on the HTTP status code, and ideally the body too. Is there any chance of modifying Dial to return this information, or perhaps adding a new function which does so?The text was updated successfully, but these errors were encountered: