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

net: unref timer in parent sockets #891

Closed
wants to merge 3 commits into from
Closed

Commits on Feb 19, 2015

  1. net: unref timer in parent sockets

    `TLSSocket` wraps the original `net.Socket`, but writes/reads to/from
    `TLSSocket` do not touch the timers of original `net.Socket`.
    
    Introduce `socket._parent` property, and iterate through all parents
    to unref timers and prevent timeout event on original `net.Socket`.
    
    Fix: nodejs/node-v0.x-archive#9242
    indutny committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    2f471f2 View commit details
    Browse the repository at this point in the history
  2. fix

    indutny committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    416ca34 View commit details
    Browse the repository at this point in the history
  3. fix

    indutny committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    7a8d34d View commit details
    Browse the repository at this point in the history