From 9a2048a8fabab698c910b8b29a89c74e9243e7f5 Mon Sep 17 00:00:00 2001 From: shibingli Date: Tue, 28 Feb 2017 08:41:40 +0800 Subject: [PATCH] Update README --- README | 5 ++++- src/apibox.club/website/console.go | 8 -------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README b/README index 20c22e4..969abaf 100644 --- a/README +++ b/README @@ -26,7 +26,10 @@ 2、更新 term.js 3、更新 Golang 到 1.8 版本 4、修证 Golang 1.8 版本中 url.Parse 解析地址 BUG - 5、替换 term.js 为 xterm.js,增加xterm的特性 + 5、替换 term.js 为 xterm.js + 6、更新对CJK(中文、日文、韩文)字符集和IME的支持 + 7、更友好地支持 Linux 下主流程序,如:VIM、Tmux等 + 2016.05.25 diff --git a/src/apibox.club/website/console.go b/src/apibox.club/website/console.go index 922b042..a216df3 100644 --- a/src/apibox.club/website/console.go +++ b/src/apibox.club/website/console.go @@ -232,14 +232,6 @@ func SSHWebSocketHandler(w http.ResponseWriter, r *http.Request) { if _, err := channel.Write(p); nil != err { return } - // jsonMsgStruct := new(jsonMsg) - // json.Unmarshal(p, jsonMsgStruct) - // if jsonMsgStruct.Data != "" { - // _, err := channel.Write([]byte(jsonMsgStruct.Data)) - // if err != nil { - // return - // } - // } } } }()