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

Fix UncivServer not correctly handling put request #7095

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

Azzurite
Copy link
Collaborator

@Azzurite Azzurite commented Jun 7, 2022

The put was missing an actual response: call.respond(HttpStatusCode.OK) on (now) line 63.

When no call.respond is there, it seems to return 404 for the route, which triggered our new 404 response code error handling.

@yairm210 yairm210 merged commit 006d360 into yairm210:master Jun 8, 2022
@Azzurite Azzurite deleted the fix-uncivserver branch June 9, 2022 16:47
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.

2 participants