refactor(client): clean up client config fields

This commit is contained in:
Sean McArthur
2018-12-05 12:17:03 -08:00
parent 155dc41e70
commit 4b3747110a
3 changed files with 62 additions and 99 deletions

View File

@@ -71,7 +71,7 @@ where
/// After setting options, the builder is used to create a `Handshake` future.
#[derive(Clone, Debug)]
pub struct Builder {
exec: Exec,
pub(super) exec: Exec,
h1_writev: bool,
h1_title_case_headers: bool,
h1_read_buf_exact_size: Option<usize>,