]> source.dussan.org Git - nextcloud-server.git/commit
fix(dav): Abort requests with 429 instead of waiting 39252/head
authorJoas Schilling <coding@schilljs.com>
Thu, 30 Mar 2023 13:02:51 +0000 (15:02 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 10 Jul 2023 04:32:01 +0000 (06:32 +0200)
commitddff2e692d73c8b6ca86f225e04bab35c1461b8c
tree15e6febe2f2349dc9c770260c1663a5542754582
parent396a80a39bd917b5bcae883534abba6cf55681bb
fix(dav): Abort requests with 429 instead of waiting

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/Connector/Sabre/Auth.php
apps/dav/lib/Connector/Sabre/Exception/TooManyRequests.php [new file with mode: 0644]
lib/private/User/Session.php
tests/lib/User/SessionTest.php