]> 127.0.0.1 Git - part/.git/commitdiff
add v0.27.0
authorqydysky <qydysky@foxmail.com>
Sun, 14 May 2023 09:06:49 +0000 (17:06 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 14 May 2023 09:06:49 +0000 (17:06 +0800)
reqf/Reqf.go

index 3cdc79de05118f678f466fe3e42a9ab86b53f69a..37f00dba3f52726e3a832e982e948b76e874c57c 100644 (file)
@@ -106,8 +106,6 @@ func (t *Req) Reqf(val Rval) error {
                        for len(t.cancelFs) != 0 {
                                <-t.cancelFs
                        }
-                       t.Respon = t.Respon[:0]
-                       t.responBuf.Reset()
 
                        t.err = t.Reqf_1(_val)
                        if t.err == nil || IsCancel(t.err) {