调用发送content-type多次时,不在console.log

This commit is contained in:
welefen 2014-07-07 14:28:59 +08:00
parent ba54550148
commit 05f5b9a5ae

View File

@ -357,8 +357,6 @@ module.exports = Class(function() {
//Content-Type Header has been Send
this.http.cthIsSend = true;
this.http.setHeader('Content-Type', ext);
}else{
console.log('Content-Type has been send');
}
},
/**