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

fix/windows-crash: fix crash due to unwrap on Windows #401

Merged
merged 2 commits into from Jun 9, 2016

Commits on Jun 7, 2016

  1. fix/windows-crash: fix crash due to unwrap on Windows

    We run into cases every now and then when the remote address returned by miow crate is None. This usually happens during severing of connection and hence we are no longer interested in the remote address anyway. However mio crate tries to unwrap the returned option crashing in several of our usages (esp. when stressed). This fix aims to prevents that crash.
    ustulation committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    d1e3a78 View commit details
    Browse the repository at this point in the history
  2. chore/build: fix a minor build issue

    I was compiling Windows fix on Linux (which is why it built successfully) and never noticed the unneeded semicolon :)
    ustulation committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    c306980 View commit details
    Browse the repository at this point in the history