mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-10 14:58:27 +00:00
tiny improvement
This commit is contained in:
parent
2a42ff6e08
commit
9bb12c9ed5
@ -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){
|
||||
|
||||
}
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user