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

net: throw on invalid socket timeouts #8884

Closed
wants to merge 1 commit into from
Closed

net: throw on invalid socket timeouts #8884

wants to merge 1 commit into from

Commits on Dec 16, 2014

  1. net: throw on invalid socket timeouts

    This commit restricts socket timeouts non-negative, finite
    numbers. Any other value throws a TypeError or RangeError.
    This prevents subtle bugs that can happen due to type
    coercion.
    cjihrig committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    935ebb8 View commit details
    Browse the repository at this point in the history