diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-03 08:45:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 08:45:42 -0400 |
commit | 6812509807a914f1a709d4db2f7adb0bd6e58cc5 (patch) | |
tree | 56fcc98c3b6d6c15a53e33e3b94782d30197ae9d /changelog.d | |
parent | Convert the crypto module to async/await. (#8003) (diff) | |
download | synapse-6812509807a914f1a709d4db2f7adb0bd6e58cc5.tar.xz |
Implement handling of HTTP HEAD requests. (#7999)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7999.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7999.bugfix b/changelog.d/7999.bugfix new file mode 100644 index 0000000000..e0b8c4922f --- /dev/null +++ b/changelog.d/7999.bugfix @@ -0,0 +1 @@ +Fix a long standing bug where HTTP HEAD requests resulted in a 400 error. |