Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stream: allow servers with no handler.
Previously handlers were mandatory. However they are not always needed. For example, a server configured with ssl_reject_handshake does not need a handler. Such servers required a fake handler to pass the check. Now handler absence check is moved to runtime. If handler is missing, the connection is closed with 500 code.
- Loading branch information