This commit is contained in:
Fangliding
2026-05-07 17:29:51 +08:00
parent 025c87e54a
commit f7e6510199
5 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func (w *PipeConnWrapper) Close() error {
func (w *PipeConnWrapper) Read(b []byte) (n int, err error) {
w.T.Update()
n, err = w.Read(b)
n, err = w.R.Read(b)
if err != nil {
// uplinkonly
w.T.SetTimeout(3 * time.Second)