-
Notifications
You must be signed in to change notification settings - Fork 21
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
Do not swallow body on InvalidStatusCode #11
Comments
hi @Palmik! I can do that! I'll need to make a new major release though, as this would be a breaking change to the API. I'll probably bundle it up with a wasm support update |
Thank you! |
Here's my temporary solution in the meantime, feel free to use: Palmik@5aa7b41 |
I was JUST about to open this ticket. I'm getting an error from a server with an error and I have NO idea what it says! Glad to see it's already being worked on. |
It would be great to not swallow the response body in case of an
InvalidStatusCode
, in order to be able to propagate better error messages upstream:reqwest-eventsource/src/event_source.rs
Line 106 in 181e41e
The text was updated successfully, but these errors were encountered: