mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 21:28:05 +00:00
https -> http2
This commit is contained in:
parent
5f2f1046e8
commit
bf23cf3077
@ -169,7 +169,7 @@ function lexHelper(obj, app) {
|
||||
}
|
||||
|
||||
function LEX(obj, app) {
|
||||
var https = require('https');
|
||||
var https = require('http2');
|
||||
var http = require('http');
|
||||
|
||||
function listen(plainPorts, tlsPorts, onListening) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user