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

[now dev] Revert "Add etag response header for Lambda invocations" #2520

Merged
merged 2 commits into from Jul 9, 2019

Conversation

TooTallNate
Copy link
Member

This reverts commit f80f1f7 (#2502).

ETag header is only sent in production when the lambda function sets the "stale-while-revalidate" cache-control header, which will be implemented in a separate PR.

This reverts commit f80f1f7 (#2502).

`ETag` header is only sent in production when the lambda function sets
the "stale-while-revalidate" cache-control header, which will be
implemented in a separate PR.
@TooTallNate TooTallNate requested a review from leo as a code owner July 9, 2019 21:22
@TooTallNate TooTallNate requested a review from AndyBitz July 9, 2019 21:22
@codecov-io
Copy link

Codecov Report

Merging #2520 into canary will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           canary    #2520      +/-   ##
==========================================
- Coverage    12.5%   12.43%   -0.08%     
==========================================
  Files         257      256       -1     
  Lines        9330     9319      -11     
  Branches     1056     1055       -1     
==========================================
- Hits         1167     1159       -8     
+ Misses       8038     8035       -3     
  Partials      125      125
Impacted Files Coverage Δ
src/util/dev/builder-cache.ts 69.59% <ø> (+0.74%) ⬆️
src/util/dev/builder.ts 70.48% <ø> (-0.36%) ⬇️
src/util/dev/types.ts 0% <ø> (ø) ⬆️
src/util/dev/server.ts 59.76% <ø> (-0.08%) ⬇️
src/util/metrics.ts 68.18% <0%> (+6.64%) ⬆️

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 064213c...3a44a95. Read the comment docs.

@TooTallNate TooTallNate merged commit ba0323e into canary Jul 9, 2019
@TooTallNate TooTallNate deleted the revert/now-dev-etag-lambda branch July 9, 2019 21:40
AndyBitz pushed a commit that referenced this pull request Jul 12, 2019
…2520)

* [now dev] Revert "Add `etag` response header for Lambda invocations"

This reverts commit f80f1f7 (#2502).

`ETag` header is only sent in production when the lambda function sets
the "stale-while-revalidate" cache-control header, which will be
implemented in a separate PR.

* Remove `etag` test assertion
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.

None yet

4 participants