Page MenuHomePhabricator

Pass Wikimedia Enterprise HEAD requests to ATS
Open, Needs TriagePublic

Description

It might be nice to just pass HEAD through as HEAD at all layers and have them be uncacheable.

This was created in response to port saturation due to HEAD→GET upgrades

Related Objects

Event Timeline

BCornwall renamed this task from Pass HEAD reqs to ATS to Pass Wikimedia Enterprise HEAD requests to ATS.Dec 16 2024, 6:10 PM
BCornwall updated the task description. (Show Details)

@BBlack proposes something like P71676, which, while untested, hooks vcl_miss() so that we only trigger this behavior when we don't already have the object in cache from other users.