first push

This commit is contained in:
renzhiyuan 2025-02-19 15:31:04 +08:00
parent a11cc05a9d
commit 002fa590ef
1 changed files with 1 additions and 0 deletions

View File

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