-
Notifications
You must be signed in to change notification settings - Fork 22
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
update to hyper v1 #745
update to hyper v1 #745
Conversation
@pfmooney I'm going to update this with the progenitor and dropshot dependencies that I'm working on landing, but I was hoping you could get eyes on this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small style nit
@@ -14,10 +14,10 @@ use std::sync::Arc; | |||
use std::time::Duration; | |||
|
|||
use crate::serial::history_buffer::{HistoryBuffer, SerialHistoryOffset}; | |||
use dropshot::WebsocketConnectionRaw; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the use
here, when the later references are made to dropshot::WebsocketConnectionRaw
, rather than the bare name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
um... bad programming? I'll fix it
No description provided.