rsnext/test
Steven 9573426599
Add etag header to optimized image response (#18986)
Fixes #18563 by adding the etag header to the optimized image response.

This does _not_ change the expireAt (TTL) for cached files on the server, which still uses the max-age of the upstream response.

The new file format on disk for cached image files is the following:

```
.next/cache/images/<HASHED_QUERYSTRING>/<EXPIREAT>.<ETAG>.<EXT>
```
2020-11-10 04:40:26 +00:00
..
.stats-app Update stats-config for new polyfills location (#15584) 2020-07-28 15:58:13 +00:00
acceptance Fix precompiled code (#18093) 2020-10-21 18:43:39 +00:00
eslint-plugin-next Eslint preload (#16199) 2020-08-20 19:34:12 +00:00
integration Add etag header to optimized image response (#18986) 2020-11-10 04:40:26 +00:00
isolated Remove the static optimization indicator (#18629) 2020-11-02 09:27:36 +01:00
lib Fix relay-analytics test on Azure (#18875) 2020-11-05 23:19:02 -05:00
package-managers-tests/basic-pnpm Resolve to real path before checking for path inequality (#17279) 2020-10-14 13:36:59 +02:00
unit Fix false positive in isSerializable with shared references in arrays (#18232) 2020-11-09 14:25:41 +00:00
.babelrc Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
jest-global-setup.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
jest-global-teardown.js Update CI/test set up (#9499) 2019-11-25 13:19:45 -05:00
jest-setup-after-env.js Only retry tests on CI (#12998) 2020-05-17 12:10:02 -04:00
test-file.txt Add additional file serving tests (#12479) 2020-05-04 11:58:19 -05:00
tsconfig.json Update tsconfig for tests 2020-01-21 15:29:39 -06:00