We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a963d95 commit 64465c0Copy full SHA for 64465c0
pkg/plugins/pre-request/pd_prerequest.go
@@ -16,8 +16,8 @@ import (
16
const (
17
// PrefillHeaderHandlerType is the type of the PrefillHeaderHandler
18
PrefillHeaderHandlerType = "prefill-header"
19
- // prefillPodHeader is the HTTP header name used to indicate Prefill worker
20
- prefillPodHeader = "x-prefiller-url"
+ // prefillPodHeader is the header name used to indicate Prefill worker <ip:port>
+ prefillPodHeader = "x-prefiller-host-port"
21
22
defaultPrefillProfile = "prefill"
23
)
0 commit comments