Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cache control header. #1094

Merged
merged 1 commit into from
Oct 27, 2021
Merged

Added cache control header. #1094

merged 1 commit into from
Oct 27, 2021

Conversation

c1moore
Copy link
Contributor

@c1moore c1moore commented Oct 17, 2021

Adds header to disable cache control. Closes #1092

@codecov
Copy link

codecov bot commented Oct 27, 2021

Codecov Report

Merging #1094 (155cc51) into master (b144aa6) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1094      +/-   ##
==========================================
+ Coverage   78.16%   78.21%   +0.05%     
==========================================
  Files           6        6              
  Lines         403      404       +1     
==========================================
+ Hits          315      316       +1     
  Misses         58       58              
  Partials       30       30              
Impacted Files Coverage Δ
pkg/server/server.go 86.29% <100.00%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b779ac2...155cc51. Read the comment docs.

@jhaals
Copy link
Owner

jhaals commented Oct 27, 2021

Sounds like a good addition 👍

@jhaals jhaals merged commit 6903c34 into jhaals:master Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Cache-Control headers to prevent caching
2 participants