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