删除过多的日志
This commit is contained in:
parent
55c2b08c57
commit
b0af056356
|
|
@ -111,7 +111,6 @@ protected:
|
||||||
* 需要指出的是,在http头中带有Content-Length字段时,该返回值无效
|
* 需要指出的是,在http头中带有Content-Length字段时,该返回值无效
|
||||||
*/
|
*/
|
||||||
virtual ssize_t onResponseHeader(const string &status,const HttpHeader &headers){
|
virtual ssize_t onResponseHeader(const string &status,const HttpHeader &headers){
|
||||||
DebugL << status;
|
|
||||||
//无Content-Length字段时默认后面全是content
|
//无Content-Length字段时默认后面全是content
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue