Commit f7c8c400 authored by rui.zheng's avatar rui.zheng

fix connection close

parent 768f97be
......@@ -100,6 +100,7 @@ func handleUdpForwardTunnel(laddr, raddr *net.UDPAddr, rChan, wChan chan *gosock
}
break
}
defer tun.Close()
glog.V(LINFO).Infof("[udp] %s <-> %s", laddr, raddr)
......
......@@ -19,7 +19,7 @@ const (
)
const (
Version = "2.1-dev"
Version = "2.1-rc1"
)
var (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment