Skip to content

Ensure we hold the IO lock when calling keepalive in libuv #999

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

Merged
merged 1 commit into from
Jan 14, 2023

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Jan 14, 2023

Fixes a private report of a segfault stemming from our call to uv_tcp_keepalive, which is now enabled by default since the 1.7 release.

Fixes a private report of a segfault stemming from our call to
`uv_tcp_keepalive`, which is now enabled by default since the 1.7 release.
@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2023

Codecov Report

Merging #999 (f5fc503) into master (772ce53) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #999   +/-   ##
=======================================
  Coverage   85.39%   85.40%           
=======================================
  Files          37       37           
  Lines        3054     3055    +1     
=======================================
+ Hits         2608     2609    +1     
  Misses        446      446           
Impacted Files Coverage Δ
src/ConnectionPool.jl 86.97% <100.00%> (+0.05%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@quinnj quinnj merged commit 29a567c into master Jan 14, 2023
@quinnj quinnj deleted the jq-iolock-keepalive branch January 14, 2023 17:18
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