Send Cache-Control headers by default on API /archive endpoint

What does this MR do?

Removes the api_repository_archive_cache_headers feature flag. This gitlab_com_derisk flag guarded the Cache-Control/ETag caching headers on the REST repository archive endpoint (GET /projects/278964/repository/archive).

The rollout is complete, so the flag and its conditional check are removed, making the caching behavior the default for every request. The flag YAML definition, the conditional flag check in the API endpoint, and the flag-disabled specs are removed.

References

Edited by Stan Hu

Merge request reports

Loading
Loading