Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit164db85

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fix status code in snippet
2 parentscba307c +351f796 commit164db85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎book/http_cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ Here is how you can configure the Symfony reverse proxy to support the
920920
if ($this->getStore()->purge($request->getUri())) {
921921
$response->setStatusCode(200, 'Purged');
922922
} else {
923-
$response->setStatusCode(200, 'Not found');
923+
$response->setStatusCode(404, 'Not found');
924924
}
925925

926926
return $response;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp