1
0
зеркало из https://github.com/therootcompany/greenlock-express.js.git synced 2024-11-16 17:28:59 +00:00
Этот коммит содержится в:
AJ ONeal 2018-11-05 06:58:50 +00:00
родитель 0476905a5b
Коммит da89714865

Просмотреть файл

@ -114,6 +114,8 @@ module.exports.create = function (opts) {
var server;
var plainServer;
// If there is only one handler for the `listening` (i.e. TCP bound) event
// then we want to use it as HTTPS (backwards compat)
if (!fn) {
fn = fnPlain;
fnPlain = null;