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 SO_REUSEPORT issue #1524

Merged
merged 1 commit into from
May 9, 2023
Merged

Fix SO_REUSEPORT issue #1524

merged 1 commit into from
May 9, 2023

Conversation

fa9r
Copy link
Contributor

@fa9r fa9r commented May 9, 2023

Describe changes

Apparently SO_REUSEPORT can also be missing under other operating systems than Windows in certain circumstances. Using an explicit hasattr check should be a more general fix than the platform check we did before.

Pre-requisites

Please ensure you have done the following:

  • I have read the CONTRIBUTING.md document.
  • If my change requires a change to docs, I have updated the documentation accordingly.
  • If I have added an integration, I have updated the integrations table and the corresponding website section.
  • I have added tests to cover my changes.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (add details above)

@fa9r fa9r requested a review from stefannica May 9, 2023 01:48
@github-actions github-actions bot added internal To filter out internal PRs and issues bug Something isn't working labels May 9, 2023
@fa9r fa9r merged commit 558826b into develop May 9, 2023
@fa9r fa9r deleted the bugfix/so_reuseport branch May 9, 2023 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal To filter out internal PRs and issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants