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

Replace warp with hyper for http server impl #184

Merged
merged 2 commits into from
Feb 4, 2021
Merged

Replace warp with hyper for http server impl #184

merged 2 commits into from
Feb 4, 2021

Conversation

iffyio
Copy link
Collaborator

@iffyio iffyio commented Feb 2, 2021

In order to help trim down dependencies mostly. Warp is
a wrapper for hyper with fancy things like routes which we don't need
and it brings it a bit of libraries of its own.

In order to help trim down dependencies mostly. Warp is
a wrapper for hyper with fancy things like routes which we don't need
and it brings it a bit of libraries of its own.
Copy link
Member

@markmandel markmandel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -35,10 +36,9 @@ serde_json = "1.0.60"
slog = "2.5.2"
slog-async = "2.4.0"
slog-json = "2.3.0"
tokio = { version = "1.0.2", features = ["full", "test-util", "parking_lot"] }
tokio = { version = "1.1.0", features = ["rt-multi-thread", "signal", "test-util", "parking_lot"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oooh tokio upgrade 😄

@markmandel markmandel added the kind/cleanup Refactoring code, fixing up documentation, etc label Feb 4, 2021
@markmandel markmandel merged commit 61324cc into main Feb 4, 2021
@markmandel markmandel deleted the iu/hyper branch April 30, 2021 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants