Version : 8.2.0-alpha.1
Reproduction steps:
- start an NGINX Unit app based on
somnus
- monitor the NGINX Unit process log (e.g.
tail -F /usr/local/var/log/unit/unit.log)
- check that the app behaves normally
- abruptly terminate the NGINX Unit process (e.g. forcefully kill the
unitd process)
- look at
unitd log and check that we have the error TypeError: this.server.close is not a function near the end of the log
Expectation: the close method should be exposed & invoked correctly, or if that method is meant to be overwritten by unit-http, then at least it should not throw.