Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyky committed Nov 17, 2023
1 parent f22f361 commit b317814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memcache/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func (p *pool) enqueueNewFreeConn() error {
rw: bufio.NewReadWriter(bufio.NewReader(nc), bufio.NewWriter(nc)),
addr: p.addr,
p: p,
c: p.c,
lastUsedAt: now,
createdAt: now,
}
Expand Down

0 comments on commit b317814

Please sign in to comment.