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
To support that, some changes in tungstenite-rs (a core of tokio-tungstenite) are required. Currently we don't copy the full response when the error happens, but it's possible to do so (and is not complex to achieve), basically we need to return the headers of Response in this function.
In some conditions i'm getting Http(429) error code, but i need to get additional headers of response like Retry-After, how could i make it?
The text was updated successfully, but these errors were encountered: