Skip to content
  • Sergey Joseph Ivanov's avatar
    58dab2d4
    Fix file handle comparison · 58dab2d4
    Sergey Joseph Ivanov authored
    '==' can not compare file handles. We can use fileno() function to
    compare numerically file numbers. Code without this returns
    "connection successful" when it timeouts and $fd is "undefined".
    58dab2d4
    Fix file handle comparison
    Sergey Joseph Ivanov authored
    '==' can not compare file handles. We can use fileno() function to
    compare numerically file numbers. Code without this returns
    "connection successful" when it timeouts and $fd is "undefined".
Loading