summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-03 08:45:42 -0400
committerGitHub <noreply@github.com>2020-08-03 08:45:42 -0400
commit6812509807a914f1a709d4db2f7adb0bd6e58cc5 (patch)
tree56fcc98c3b6d6c15a53e33e3b94782d30197ae9d /changelog.d
parentConvert the crypto module to async/await. (#8003) (diff)
downloadsynapse-6812509807a914f1a709d4db2f7adb0bd6e58cc5.tar.xz
Implement handling of HTTP HEAD requests. (#7999)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7999.bugfix1
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.