Compare commits

..

1 Commits
v1 ... v1.0.1

Author SHA1 Message Date
renzhiyuan 1e853da229 first push 2025-02-19 15:23:04 +08:00
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ func (re *RequestPool) Put(r *Request) {
re.pool.Put(r)
}
// 重置对象
func (re *RequestPool) Reset(r *Request) {
r.Method = ""
r.Url = ""