diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-04-03 14:26:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 14:26:07 +0100 |
commit | 07b88c546de1b24f5cbc9b4cb6da98400a8155af (patch) | |
tree | 4d41c9f8cf0dc63696306c580bc67fd3d2327e78 /changelog.d/7188.misc | |
parent | Reduce the number of calls to `resource.getrusage` (#7183) (diff) | |
download | synapse-07b88c546de1b24f5cbc9b4cb6da98400a8155af.tar.xz |
Convert http.HTTPStatus objects to their int equivalent (#7188)
Diffstat (limited to 'changelog.d/7188.misc')
-rw-r--r-- | changelog.d/7188.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7188.misc b/changelog.d/7188.misc new file mode 100644 index 0000000000..f72955b95b --- /dev/null +++ b/changelog.d/7188.misc @@ -0,0 +1 @@ +Fix consistency of HTTP status codes reported in log lines. |