From 6e638f8f22bb20e20402ba2aa7d7ba4e3d81d16d Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Sun, 5 Jan 2025 17:38:28 +0000 Subject: [PATCH] docs/replication: change not_found example to 404 --- src/docs/src/replication/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/replication/protocol.rst b/src/docs/src/replication/protocol.rst index bee76253ceb..196eece8246 100644 --- a/src/docs/src/replication/protocol.rst +++ b/src/docs/src/replication/protocol.rst @@ -300,7 +300,7 @@ an HTTP error response: .. code-block:: http - HTTP/1.1 500 Internal Server Error + HTTP/1.1 404 Not Found Cache-Control: must-revalidate Content-Length: 56 Content-Type: application/json