From 02f18e1a303cd669e5f22e407f4e310776a4c48e Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 8 May 2024 11:15:29 +0100 Subject: [PATCH] Fix description of 304 GET response --- proposals/4108-oidc-qr-login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4108-oidc-qr-login.md b/proposals/4108-oidc-qr-login.md index ac85b6787..ea3bfce07 100644 --- a/proposals/4108-oidc-qr-login.md +++ b/proposals/4108-oidc-qr-login.md @@ -166,7 +166,7 @@ only return data if given ETag does not match HTTP response codes, and Matrix error codes: - `200 OK` - payload returned -- `304 Not Modified` - when `If-None-Match` is supplied and the ETag does not match +- `304 Not Modified` - when `If-None-Match` is supplied and the ETag matched the existing payload - `404 Not Found` (`M_NOT_FOUND`) - rendezvous session URL is not valid (it could have expired) - `429 Too Many Requests` (`M_UNKNOWN`) - the request has been rate limited