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

restful_resource & restful_operation - Remove query for poll_xxx block #73

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

magodo
Copy link
Owner

@magodo magodo commented Nov 20, 2023

This PR removes the query from poll_xxx block for restful_resource and restful_operation.

During polling, the actual query used is either from the polling url_locator (as the polling URL is expected to contain the complete URL, including the query needed), or inherit from the originating request if url_locator not specified.

Previously, we were intentionally removing the query part from the polling URL, and inherit from the originating request, which can be overwritten by the poll_xxx.query. This causes issues like #69.

Fix #69.

… `query` from either poll url_locator or inherit from the original request if url_locator not specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change bug Something isn't working
Projects
None yet
1 participant