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

Hyper v0.11 and openssl crate v0.9 #145

Merged
merged 18 commits into from
Aug 18, 2017
Merged

Hyper v0.11 and openssl crate v0.9 #145

merged 18 commits into from
Aug 18, 2017

Conversation

stephank
Copy link
Member

@stephank stephank commented Aug 9, 2017

This PR ditches Iron, uses plain Hyper 0.11, and upgrades the openssl crate to 0.9 for compatibility.

The entire request path up to calling bridges is async, and the OIDC bridge also does async HTTP requests to external systems. Mail and Redis are not async, but those are less critical I suppose.

The async changes don't really make the code any prettier. I've fought with finding a decent structure for things, but in general it's a whole lot of closures and moving things around.

Probably want to squash the commits at the end.

@portier portier deleted a comment from coveralls Aug 10, 2017
@onli
Copy link
Member

onli commented Aug 10, 2017

This looks good to me! @callahad, do you have time and motivation to do a detailed review? I will otherwise go over this next week, as far as I can, and greenlight then. Hope that works for you @stephank.

Stéphan Kochen added 3 commits August 11, 2017 09:20
This expands the Context, making it the only parameter required for request
handlers, and simplifying code a bunch.
@portier portier deleted a comment from coveralls Aug 11, 2017
@portier portier deleted a comment from coveralls Aug 11, 2017
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 21f8e31 on featureTokio into ** on master**.

@stephank stephank merged commit 28e25cc into master Aug 18, 2017
@stephank stephank deleted the featureTokio branch August 18, 2017 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants