mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
调用发送content-type多次时,不在console.log
This commit is contained in:
parent
ba54550148
commit
05f5b9a5ae
@ -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');
|
||||
}
|
||||
},
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user