This commit is contained in:
Zheng Kai
2023-06-09 11:09:14 +08:00
parent 210c23b633
commit 51e0b5807a
8 changed files with 65 additions and 6 deletions

View File

@@ -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