Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api/v1: add cache-control header (#1984)
* api/v1: add cache-control header Let's set `Cache-Control` to `no-store` if there were any warnings while the query was being executed i.e. it is a partial response or we got some other problem. Signed-off-by: Giedrius Statkevičius <[email protected]> * api/v1: add missing check Signed-off-by: Giedrius Statkevičius <[email protected]> * api/v1: don't store on errs Signed-off-by: Giedrius Statkevičius <[email protected]>
- Loading branch information