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 cross-server requests #475

Merged
merged 3 commits into from
May 16, 2024
Merged

Fix cross-server requests #475

merged 3 commits into from
May 16, 2024

Conversation

1maple1
Copy link
Contributor

@1maple1 1maple1 commented May 8, 2024

No description provided.

@1maple1 1maple1 requested a review from TheBurchLog May 8, 2024 17:40
)
ec.put_request(request)
if request.parent is not None:
request.has_parent = True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should upload the request regardless if there is a parent request. Because it could be created out of band from a traditional request and we still want to track that information. So we should do something like this:

request.has_parent = request.parent is not None

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took a minute to understand how this was different - now a put request is run whether or nor there is a parent.

@1maple1 1maple1 merged commit b07ae3a into develop May 16, 2024
6 checks passed
@1maple1 1maple1 deleted the cross-server-request-fixes branch May 16, 2024 10:43
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