Skip to content

Commit 9a5db98

Browse files
aseureharshil1712
authored andcommitted
SPEED-1066: Update Speed Brain rejected response code from 503 to 406 (#18019)
This commit is changing the public documentation about Speed Brain rejecting speculation requests with the newly decided 406 response code instead of the current 503, which was introduced during the initial release of the Speed Brain product during Birthday Week '24.
1 parent 846d9b2 commit 9a5db98

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 `503` status code. 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 `406` status code (used to be `503`). Prefetches that are successful will respond with a `200` status code.
5959

6060
## Test Speed Brain
6161

0 commit comments

Comments
 (0)