Skip to content

Commit

Permalink
Merge pull request #15 from duedil-ltd/fix/tcp-panic
Browse files Browse the repository at this point in the history
Fix nil pointer dereference panic on TCP reqs
  • Loading branch information
tarnfeld committed Aug 1, 2014
2 parents 3974e61 + b355c46 commit 164f8ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func (h *Handler) Handle(response dns.ResponseWriter, req *dns.Msg) {
}
}

response.Close()
debugMsg("Sent response to ", response.RemoteAddr())
})
}
Expand Down

0 comments on commit 164f8ec

Please sign in to comment.