Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    67c3a42e
    Insure that message base is closed before opening another. · 67c3a42e
    Rob Swindell authored
    This should address the issue raised by Michael J. Ryan in issue #4.
    The command in question ("GROUP") would attempt to open the message
    base associated with the specified newsgroup name without closing
    the currently open/selected message base (if there was one). This would
    result in multiple simultaneously open message bases and could result
    in an exhaustion of open file descriptors leading to a failure to open
    any additional files (includign message bases) and thus a subsequent
    "GROUP" command would fail with the wrong "!no such group" error.
    67c3a42e
    History
    Insure that message base is closed before opening another.
    Rob Swindell authored
    This should address the issue raised by Michael J. Ryan in issue #4.
    The command in question ("GROUP") would attempt to open the message
    base associated with the specified newsgroup name without closing
    the currently open/selected message base (if there was one). This would
    result in multiple simultaneously open message bases and could result
    in an exhaustion of open file descriptors leading to a failure to open
    any additional files (includign message bases) and thus a subsequent
    "GROUP" command would fail with the wrong "!no such group" error.
nntpservice.js 28.00 KiB