diff options
author | squahtx <squahtx@users.noreply.github.com> | 2022-05-04 12:39:29 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2022-05-04 12:39:29 +0000 |
commit | c3e9222d26893bae0aaae492f8e613adea6b0c14 (patch) | |
tree | e38b056a87c1ad7ed6a84af614547b25f370cec6 /develop/usage/administration/request_log.html | |
parent | deploy: 7e6598bcf6cf63b4d04c27b9696ed8429b6ddff6 (diff) | |
download | synapse-c3e9222d26893bae0aaae492f8e613adea6b0c14.tar.xz |
deploy: b2df0716bc0cf31b5f5f90a0599bc1d04a837e27
Diffstat (limited to 'develop/usage/administration/request_log.html')
-rw-r--r-- | develop/usage/administration/request_log.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/usage/administration/request_log.html b/develop/usage/administration/request_log.html index 47b1defb1e..81b34fc9cf 100644 --- a/develop/usage/administration/request_log.html +++ b/develop/usage/administration/request_log.html @@ -169,7 +169,7 @@ <tr><td>NNNN</td><td>Total time waiting for response to DB queries across all parallel DB work from this request</td></tr> <tr><td>OOOO</td><td>Count of DB transactions performed</td></tr> <tr><td>PPPP</td><td>Response body size</td></tr> -<tr><td>QQQQ</td><td>Response status code (prefixed with ! if the socket was closed before the response was generated)</td></tr> +<tr><td>QQQQ</td><td>Response status code<br/>Suffixed with <code>!</code> if the socket was closed before the response was generated.<br/>A <code>499!</code> status code indicates that Synapse also cancelled request processing after the socket was closed.<br/></td></tr> <tr><td>RRRR</td><td>Request</td></tr> <tr><td>SSSS</td><td>User-agent</td></tr> <tr><td>TTTT</td><td>Events fetched from DB to service this request (note that this does not include events fetched from the cache)</td></tr> |