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: missing statusCode when updating meta over WebSocket with put message #1511

Merged
merged 2 commits into from
Jan 2, 2023

Conversation

tkurki
Copy link
Member

@tkurki tkurki commented Jan 1, 2023

Fixes #1506.

tkurki added 2 commits January 1, 2023 17:55
Initialise the statusCode of the request always to 202 along
with state: 'PENDING' when it is created. Remove setting the
statusCode to 202 that was only in the http put handling code
path.

Fixes #1506.
@tkurki tkurki added the fix label Jan 1, 2023
@tkurki tkurki merged commit 54a06f8 into master Jan 2, 2023
@tkurki tkurki deleted the fix-PENDING-statusCode branch January 2, 2023 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request/Response to Meta message flow issue
1 participant