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

Make ClientConfig Sync #4

Merged
merged 1 commit into from
Jul 11, 2016
Merged

Make ClientConfig Sync #4

merged 1 commit into from
Jul 11, 2016

Conversation

brson
Copy link
Contributor

@brson brson commented Jul 10, 2016

Replacing RefCell with Mutex, mark some boxes as Send + Sync.

I had to do this to make rustls work with hyper. Here's where I did the hyper integration.

Replacing RefCell with Mutex, mark some boxes as Send + Sync.
@ctz ctz merged commit 622dce5 into rustls:master Jul 11, 2016
@ctz
Copy link
Member

ctz commented Jul 11, 2016

Thanks! 👍

ctz pushed a commit that referenced this pull request Feb 6, 2021
…#4)

* Replace another unwrap() call with if let

* Refer to handshake hash algorithm through context; `alg` and `ctx.algorithm()` were always the same so `alg` was redundant.
ctz pushed a commit that referenced this pull request Feb 9, 2024
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

2 participants