mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-13 14:12:27 +08:00
up
This commit is contained in:
@@ -15,7 +15,7 @@ func (c *Core) getAB(p *pb.Req, r *http.Request) (ab []byte, cached bool, err er
|
||||
return
|
||||
}
|
||||
|
||||
pr := c.add(p, r)
|
||||
pr, cached := c.add(p, r)
|
||||
|
||||
go func() {
|
||||
reqFile := util.CacheName(p.Hash()) + `-req.json`
|
||||
|
||||
Reference in New Issue
Block a user