Skip to content

Commit 3c2f36b

Browse files
aseureharshil1712
authored andcommitted
SPEED-1066: Revert "Update Speed Brain rejected response code from 503 to 406 (#18019)" (#18023)
This reverts commit d833b99.
1 parent cec3f5b commit 3c2f36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/speed/optimization/content/speed-brain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The configuration looks like this:
5555
}
5656
```
5757

58-
This configuration instructs the browser to initiate prefetch requests for future navigations. These prefetch requests will include the `sec-purpose: prefetch` HTTP request header. Prefetches that are not successful will respond with a `406` status code (used to be `503`). Prefetches that are successful will respond with a `200` status code.
58+
This configuration instructs the browser to initiate prefetch requests for future navigations. These prefetch requests will include the `sec-purpose: prefetch` HTTP request header. Prefetches that are not successful will respond with a `503` status code. Prefetches that are successful will respond with a `200` status code.
5959

6060
## Test Speed Brain
6161

0 commit comments

Comments
 (0)