Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Box<str> in hyper::client::connect::dns::Name, so its size is 16 bytes, not 24 bytes. As Name never change its contents, read-only Box<str> is perfectly OK.
- Loading branch information