File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const getServedBySource = (
138
138
}
139
139
140
140
/**
141
- * There is a bug where sometimes duplicate hosts are returned in the `X-BB-Host-Id` header. This is
141
+ * There is a bug where sometimes duplicate hosts are returned in the `Debug- X-BB-Host-Id` header. This is
142
142
* doubly confusing because there are legitimate cases where the same node could be involved more
143
143
* than once in the handling of a given request, but we can't distinguish those from dupes. So just dedupe.
144
144
*/
@@ -157,7 +157,7 @@ const getServedBy = (
157
157
) : ServedBy => {
158
158
const source = getServedBySource ( cacheHeaders , cacheStatus )
159
159
const unfixedCdnNodes
160
- = cacheHeaders . get ( 'X-BB-Host-Id' ) ?? 'unknown CDN node'
160
+ = cacheHeaders . get ( 'Debug- X-BB-Host-Id' ) ?? 'unknown CDN node'
161
161
return {
162
162
source,
163
163
cdnNodes : fixDuplicatedCdnNodes ( unfixedCdnNodes ) ,
You can’t perform that action at this time.
0 commit comments