From 678db5dcd9e5545225174bea048b5d06360c4741 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 4 Sep 2020 15:15:50 +0200 Subject: [PATCH] Changelog --- changelog/unreleased/fix-director-selection.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/fix-director-selection.md diff --git a/changelog/unreleased/fix-director-selection.md b/changelog/unreleased/fix-director-selection.md new file mode 100644 index 0000000000..7dc94742d9 --- /dev/null +++ b/changelog/unreleased/fix-director-selection.md @@ -0,0 +1,5 @@ +Bugfix: Fix director selection + +We fixed a bug where simultaneous requests could be executed on the wrong backend. + +https://github.com/owncloud/ocis-proxy/pull/99