Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Aug 11, 2016
1 parent d158e6d commit 0552beb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0552beb

Please sign in to comment.