Fix a dead lock issue in VMess

pull/131/head
v2ray 2016-05-02 14:03:31 +02:00
parent 0442000964
commit 36bf645199
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ func (this *VMessInboundHandler) HandleConnection(connection hub.Connection) {
}
readFinish.Lock()
writeFinish.Lock()
}
func init() {