We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84ee7b3 + 1f8a725 commit a3f2e49Copy full SHA for a3f2e49
dnscrypt-proxy/proxy.go
@@ -442,6 +442,7 @@ func (proxy *Proxy) udpListener(clientPc *net.UDPConn) {
442
packet := buffer[:length]
443
if !proxy.clientsCountInc() {
444
dlog.Warnf("Too many incoming connections (max=%d)", proxy.maxClients)
445
+ dlog.Debugf("Number of goroutines: %d", runtime.NumGoroutine())
446
proxy.processIncomingQuery(
447
"udp",
448
proxy.mainProto,
@@ -469,6 +470,7 @@ func (proxy *Proxy) tcpListener(acceptPc *net.TCPListener) {
469
470
}
471
472
473
474
clientPc.Close()
475
continue
476
0 commit comments