Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 290 Bytes

FUTURE.md

File metadata and controls

3 lines (3 loc) · 290 Bytes
  • 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());