Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl Clone for ClientConfig #78

Closed
wants to merge 1 commit into from
Closed

Conversation

stepancheg
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-8.6%) to 84.671% when pulling 138990a on stepancheg:clone into a1119e2 on ctz:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.28% when pulling a1db98b on stepancheg:clone into a1119e2 on ctz:master.

@ctz
Copy link
Member

ctz commented Jun 17, 2017

Is this needed? I'd expect these types to be fully constructed, then wrapped in an Arc for inclusion in other structs.

@stepancheg
Copy link
Contributor Author

stepancheg commented Jun 17, 2017

Yes, it is. Because to implement native-tls-like API in tls-api-rustls I need to clone a config to change single property: https://github.com/stepancheg/rust-tls-api/blob/master/impl-rustls/src/lib.rs#L273

@ctz
Copy link
Member

ctz commented Jun 17, 2017

Aha, I understand.

@lucab
Copy link

lucab commented Jul 7, 2017

It looks like this became stale and now needs a rebase to get rid of conflicts.

@ctz
Copy link
Member

ctz commented Jul 7, 2017

Sorry, this did actually get merged but I did it manually.

@ctz ctz closed this Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants