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

Fixes #35089 - set NoDelay=false when deploying a UNIX socket #1062

Merged
merged 2 commits into from
Jun 21, 2022
Merged

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Jun 21, 2022

Upstream foreman.socket uses NoDelay=true with a TCP socket, but on UNIX
sockets this just generates a useless warning. Explicitly setting it
back to false in our override fixes the issue.

Upstream foreman.socket uses NoDelay=true with a TCP socket, but on UNIX
sockets this just generates a useless warning. Explicitly setting it
back to false in our override fixes the issue.
this comes from stdlib and is required in newer versions of the
postgresql module
@ehelms ehelms merged commit 58e876b into master Jun 21, 2022
@ehelms ehelms deleted the i35089 branch June 21, 2022 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants