Commit 0f39565f by xiongziliang

修复http直播不发送content-type的问题

parent bad9553e
......@@ -547,7 +547,7 @@ void HttpSession::sendResponse(int code,
pcContentType = "text/plain";
}
if(size && pcContentType){
if((size || no_content_length) && pcContentType){
//有body时,设置文件类型
string strContentType = pcContentType;
strContentType += "; charset=";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论