Commit f213b670 authored by AlexStocks's avatar AlexStocks

Mod: remark io timeout log

parent 6ddf0fcf
......@@ -251,7 +251,7 @@ func (t *gettyTCPConn) recv(p []byte) (int, error) {
}
length, err = t.reader.Read(p)
log.Debugf("now:%s, length:%d, err:%v", currentTime, length, err)
// log.Debugf("now:%s, length:%d, err:%v", currentTime, length, err)
atomic.AddUint32(&t.readBytes, uint32(length))
return length, perrors.WithStack(err)
//return length, err
......
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