Skip to content

Server crashes, if client sends nonexistent command. #9

@yernende

Description

@yernende

If client sends nonexistent command, server crashes with such error:

node_modules\telnet\lib\telnet.js:153
  return COMMAND_IMPLS[command](bufs, i + 1, event)
                               ^
TypeError: undefined is not a function

The same error occurs with correct command, but incorrect option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions