not used#262
Closed
andybalaam wants to merge 3 commits into
Closed
Conversation
Closed
richvdh
requested changes
Sep 8, 2025
Comment on lines
+24
to
+28
| - The event handlers APIs now properly support events whose type is not fully statically-known. Before, those events would never trigger an event handler. | ||
| ([#5444](https://github.com/matrix-org/matrix-rust-sdk/pull/5444)) | ||
| - All HTTP requests now have a default `read_timeout` of 60s, which means they'll disconnect if the connection stalls. | ||
| `RequestConfig::timeout` is now optional and can be disabled on a per-request basis. This will be done for the requests used to download media, so they don't get cancelled after the default 30s timeout for no good reason. | ||
| ([#5437](https://github.com/matrix-org/matrix-rust-sdk/pull/5437)) |
Member
There was a problem hiding this comment.
These don't appear to touch any of the crates we use, so I wouldn't list them here.
Member
Author
|
Wrong branch name, moved to #262 |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.