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

Fixed error code response #58

Closed
wants to merge 1 commit into from
Closed

Conversation

abangtor
Copy link

The method withStatus is creating a clone of the Response object and passing it as return value.
This is fixing the call of the withStatus method, so that the correct object is passed as return value and the correct status code is returned.

withStatus is creating a clone of the response object and passing it as return value.
The previouse implementation threw the changed status code.

Signed-off-by: AbangTor <63029179+abangtor@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants