Skip to content

Commit

Permalink
Add AgentBuilder::timeout to FUTURE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Feb 6, 2024
1 parent 2300a5b commit 1951039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FUTURE.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Make `AgentBuilder::timeout` be a truly global timeout, including for `connect`.
- Replace `impl From<http::request::Builder> for Request` with `TryFrom` because the conversion is fallible
(implement in terms of `From<http::request::Parts>`: `builder.body(())?.into_parts().0.into()`);

0 comments on commit 1951039

Please sign in to comment.