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

Remove the legacy networking stack. #14360

Merged
merged 9 commits into from Nov 24, 2016
Merged

Remove the legacy networking stack. #14360

merged 9 commits into from Nov 24, 2016

Commits on Nov 24, 2016

  1. Remove CoreResourceMsg::Load.

    Also remove now-dead code that rustc warns about.
    
    It turns out that we lost support for some of our custom URL schemes; I intend
    to reimplement them, but I believe this will be significantly easier to do
    once the legacy code is out of the way.
    Ms2ger committed Nov 24, 2016
  2. Remove some unused arguments.

    The change to the unit test is necessary because the resource thread is not
    resilient against either of these Senders being dropped while the resource
    thread is running. Before this change, it held clones of those senders itself
    (public_setup_chan_clone, private_setup_chan_clone).
    Ms2ger committed Nov 24, 2016
You can’t perform that action at this time.