Commit 29640086 authored by AlexStocks's avatar AlexStocks

Fix: disable zip compression in session

parent d41aa4cf
......@@ -27,7 +27,7 @@ var (
)
func InitialSession(session getty.Session) (err error) {
session.SetCompressType(getty.CompressZip)
//session.SetCompressType(getty.CompressZip)
tcpConn, ok := session.Conn().(*net.TCPConn)
if !ok {
......
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