Skip to content
Snippets Groups Projects
  • Sergey Joseph Ivanov's avatar
    ff80f918
    Fix file handle comparison · ff80f918
    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".
    ff80f918
    History
    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".
Code owners
Assign users and groups as approvers for specific file changes. Learn more.