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

tls: follow up for #5168 #5169

Closed
wants to merge 3 commits into from

Commits on Feb 9, 2016

  1. stream_base: introduce OnClose and close_cb

    Invoke `close_cb` on `~StreamResource`, it will be used to unconsume
    streams on destruction.
    indutny committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    ac5ca42 View commit details
    Browse the repository at this point in the history
  2. tls_wrap: unconsume stream on destruction

    When parent stream is destroyed - remove references to it, and error
    when attempting to access its properties.
    indutny committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    2724702 View commit details
    Browse the repository at this point in the history
  3. stream_base: lint issue

    indutny committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    6807dc1 View commit details
    Browse the repository at this point in the history