https -> http2

This commit is contained in:
AJ ONeal 2016-02-15 17:26:12 -07:00
parent 5f2f1046e8
commit bf23cf3077
1 changed files with 1 additions and 1 deletions

View File

@ -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) {