From 083ead47649178dae96ec3a5f056016a97d3f441 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 19 Aug 2019 16:15:30 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ad492a4..50fc15f 100644 --- a/Home.md +++ b/Home.md @@ -100,7 +100,7 @@ The log format can vary slightly depending on your log configuration, but here i * time spent running database transactions, excluding scheduling time (the "database transaction time"). (Again, may be higher than the request processing time). * the number of database transactions performed. * `687B`: the length of the response body (687 bytes, in this case). -* `200`: the HTTP response code. +* `200`: the HTTP response code. Followed by an exclamation mark (`!`) if the client dropped the connection before we sent the response. * `"GET /_matrix/client/r0/sync HTTP/1.1"`: the http request line, including the path of the requested url. * `"Mozilla/5.0 ..."`: the user-agent of the client. * `[0 dbevts]`: the number of Matrix events which were fetched from the database to fulfil this request.