-
Notifications
You must be signed in to change notification settings - Fork 2
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
Signal Headers and Compression #191
Conversation
HTTPS_PORT=443 | ||
HTTP_PORT=80 |
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.
doens't work on linux
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.
if you sudo it does
client/src/client.rs
Outdated
@@ -271,28 +277,28 @@ impl<T: ClientDB, U: SignalServerAPI> Client<T, U> { | |||
|
|||
let timestamp = SystemTime::now(); | |||
|
|||
// Update the contact. | |||
let to = match self.contact_manager.get_contact(service_id) { | |||
/*// Update the contact. |
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.
delete
I have added:
closes #182, closes #184, closes #189