Commit a5defb42 authored by pantianying's avatar pantianying Committed by watermelo

fix

parent 7f7fc050
......@@ -150,6 +150,7 @@ func (s *session) Reset() {
s.wait = pendingDuration
s.attrs = NewValuesContext(nil)
s.rDone = make(chan struct{})
s.grNum = 0
s.SetWriteTimeout(netIOTimeout)
s.SetReadTimeout(netIOTimeout)
......
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