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

MDC and NDC availablity no longer depend on APR thread support #299

Merged
merged 2 commits into from
Nov 22, 2023

Conversation

swebb2066
Copy link
Contributor

No description provided.

void* pData = NULL;
#if APR_HAS_THREADS
Copy link
Contributor

Choose a reason for hiding this comment

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

should these #if be reversed, such that if it has thread_local that takes precedence over APR?

@swebb2066
Copy link
Contributor Author

swebb2066 commented Nov 22, 2023

should these #if be reversed, such that if it has thread_local that takes precedence over APR?

I am worried that using thread_local instead of APR would make some some subtle behaviour change.

@swebb2066 swebb2066 merged commit 0f20ec7 into master Nov 22, 2023
24 checks passed
@swebb2066 swebb2066 deleted the reduce_apr_influence2 branch November 22, 2023 23:40
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.

3 participants