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 = (
138138}
139139
140140/**
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
142142 * doubly confusing because there are legitimate cases where the same node could be involved more
143143 * than once in the handling of a given request, but we can't distinguish those from dupes. So just dedupe.
144144 */
@@ -157,7 +157,7 @@ const getServedBy = (
157157) : ServedBy => {
158158 const source = getServedBySource ( cacheHeaders , cacheStatus )
159159 const unfixedCdnNodes
160- = cacheHeaders . get ( 'X-BB-Host-Id' ) ?? 'unknown CDN node'
160+ = cacheHeaders . get ( 'Debug- X-BB-Host-Id' ) ?? 'unknown CDN node'
161161 return {
162162 source,
163163 cdnNodes : fixDuplicatedCdnNodes ( unfixedCdnNodes ) ,
You can’t perform that action at this time.
0 commit comments