From 0552bebe4619d895e573c42b32aced2f84b608fe Mon Sep 17 00:00:00 2001 From: xtaci Date: Thu, 11 Aug 2016 13:29:01 +0800 Subject: [PATCH] upd --- server/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/main.go b/server/main.go index 579e44f6f..ee32338e8 100644 --- a/server/main.go +++ b/server/main.go @@ -56,7 +56,6 @@ func newCompStream(conn net.Conn) *compStream { func handleMux(conn io.ReadWriteCloser, target string, config *yamux.Config) { // stream multiplex var mux *yamux.Session - m, err := yamux.Server(conn, config) if err != nil { log.Println(err)