Skip to content
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

[Messaging] Response codes outside 200-299 provoke IOExceptions #277

Closed
tmberthold opened this issue Sep 1, 2021 · 0 comments · Fixed by #278
Closed

[Messaging] Response codes outside 200-299 provoke IOExceptions #277

tmberthold opened this issue Sep 1, 2021 · 0 comments · Fixed by #278

Comments

@tmberthold
Copy link
Contributor

Incoming responses to sent requests which do not have 200-299 as status code throw an IOException during response processing. The IOException should no longer be thrown, since responses outside this range can probably be valid responses, for example a RejectionMessage with the status-code BAD_REQUEST.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant