Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

feat: upgrade rust deps to latest #1112

Merged
merged 1 commit into from
Jan 29, 2018
Merged

feat: upgrade rust deps to latest #1112

merged 1 commit into from
Jan 29, 2018

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Jan 27, 2018

update openssl and hyper usage per their new deprecations

Issue #1104

update openssl and hyper usage per their new deprecations

Issue #1104
@codecov-io
Copy link

codecov-io commented Jan 27, 2018

Codecov Report

Merging #1112 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1112   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          59       59           
  Lines        9833     9833           
=======================================
  Hits         9803     9803           
  Misses         30       30

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2936e71...29518ce. Read the comment docs.

let push_srv = push_listener.incoming().for_each(move |(socket, addr)| {
proto.bind_connection(&handle, socket, addr, ::http::Push(srv.clone()));
let http = Http::<hyper::Chunk>::new();
let push_srv = push_listener.incoming().for_each(move |(socket, _)| {
Copy link
Member

Choose a reason for hiding this comment

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

I take it this defaults to addr '0.0.0.0'?

Copy link
Member Author

Choose a reason for hiding this comment

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

Above it binds to the addr derived from router_ip/port (AutopushConfig's router_hostname). I'm not sure that's quite right actually

Copy link
Member Author

Choose a reason for hiding this comment

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

@bbangert bbangert merged commit 51029f6 into master Jan 29, 2018
@bbangert bbangert deleted the feat/1104 branch January 29, 2018 19:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants