1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-05-10 06:48:26 +00:00

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

@ -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");
}
});
}

@ -17,8 +17,4 @@ module.exports = {
return header;
}
};
function disableCacheHeader(header){
}
};