Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make request_info from SAPI globals accessible in threads #307

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

realFlowControl
Copy link
Collaborator

This PR aims to make the request_info from the SAPI globals accessible from the spawned threads. So far the request_info(accessed via SG(request_info) is a NULL-pointer which means that extensions do not have any information about the initial request that started this process.

@realFlowControl realFlowControl force-pushed the florian/request_info_in_threads branch from 7e02ef0 to 46a8173 Compare June 19, 2024 10:58
@realFlowControl realFlowControl merged commit ebd810d into develop Jul 22, 2024
86 of 94 checks passed
@realFlowControl realFlowControl deleted the florian/request_info_in_threads branch July 22, 2024 08:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant