tiny improvement

This commit is contained in:
OttoMao 2015-03-03 22:03:36 +08:00
parent 2a42ff6e08
commit 9bb12c9ed5
2 changed files with 2 additions and 6 deletions

View File

@ -47,7 +47,7 @@ function SNIPrepareCert(serverName,SNICallback){
SNICallback(null,ctx);
}else{
console.log("err occurred when prepare certs for SNI - " + err);
console.log("you may have to upgrade your Node.js to the lastest version");
console.log("you may upgrade your Node.js to the lastest version");
}
});
}

View File

@ -18,7 +18,3 @@ module.exports = {
return header;
}
};
function disableCacheHeader(header){
}