Skip to content

Commit

Permalink
fixed #520, cache hit but not return
Browse files Browse the repository at this point in the history
  • Loading branch information
urlesistiana committed Oct 5, 2022
1 parent a7858a4 commit 8b20537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/executable/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ func (c *cachePlugin) Exec(ctx context.Context, qCtx *query_context.Context, nex
if c.whenHit != nil {
return c.whenHit.Exec(ctx, qCtx, nil)
}
return nil
}

// cache miss, run the entry and try to store its response.
Expand Down

0 comments on commit 8b20537

Please sign in to comment.