Skip to content

Commit

Permalink
(*Transfer) Out: Increment WaitGroup in example (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Jun 13, 2024
1 parent 32f0e18 commit 2b89f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xfr.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ func (t *Transfer) inIxfr(q *Msg, c chan *Envelope) {
// ch := make(chan *dns.Envelope)
// tr := new(dns.Transfer)
// var wg sync.WaitGroup
// wg.Add(1)
// go func() {
// tr.Out(w, r, ch)
// wg.Done()
Expand Down

0 comments on commit 2b89f28

Please sign in to comment.