diff options
author | Rory& <root@rory.gay> | 2025-07-31 13:26:33 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2025-07-31 13:26:33 +0200 |
commit | 26ef7699cc9355b69868130cecdce6cf52bae71b (patch) | |
tree | be49a33c9adf85bb1608a3392277721aa33e9906 | |
parent | Follow retry-after or fall back to 500ms on ratelimit exceeded errors (diff) | |
download | LibMatrix-26ef7699cc9355b69868130cecdce6cf52bae71b.tar.xz |
Try to detect authenticated media support by sending GET requests and discarding the response, since HEAD apparently isn't valid against all media repo implementations.
-rw-r--r-- | LibMatrix/Homeservers/AuthenticatedHomeserverGeneric.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/LibMatrix/Homeservers/AuthenticatedHomeserverGeneric.cs b/LibMatrix/Homeservers/AuthenticatedHomeserverGeneric.cs |