Skip to content

Commit

Permalink
fqdn: Fix goroutine leak in transparent-mode
Browse files Browse the repository at this point in the history
When number of concurrent dns requests was moderately high, there was a
chance that some of the gorutines would get stuck waiting for response.
Contains fix from cilium/dns#10

Signed-off-by: Marcel Zieba <marcel.zieba@isovalent.com>
  • Loading branch information
marseel committed Apr 15, 2024
1 parent 41daa21 commit 71aaa1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/cilium/checkmate v1.0.3
github.com/cilium/coverbee v0.3.2
github.com/cilium/deepequal-gen v0.0.0-20231116094812-0d6c075c335f
github.com/cilium/dns v1.1.51-0.20231120140355-729345173dc3
github.com/cilium/dns v1.1.51-0.20240411200813-4e6b438d9e05
github.com/cilium/ebpf v0.14.0
github.com/cilium/endpointslice-controller v0.0.0-20240409203012-75cb5d61db1b
github.com/cilium/fake v0.6.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71aaa1f

Please sign in to comment.