mirror of
https://github.com/zhengkai/orca.git
synced 2026-03-01 00:35:36 +08:00
up
This commit is contained in:
@@ -12,7 +12,7 @@ func (c *Core) getAB(p *pb.Req, r *http.Request) (ab []byte, cached bool, err er
|
||||
|
||||
canCache := p.Method != http.MethodGet && p.Method != http.MethodDelete
|
||||
|
||||
canCache = false
|
||||
// canCache = false
|
||||
|
||||
if canCache {
|
||||
var ok bool
|
||||
|
||||
Reference in New Issue
Block a user