提交 4a14b04f authored 作者: Brian West's avatar Brian West

fix missing ref

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11150 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 01d3e876
......@@ -674,7 +674,7 @@ abyss_bool handler_hook(TSession * r)
switch_snprintf(buf, sizeof(buf), "Connection: close\r\n");
ConnWrite(r->conn, buf, (uint32_t) strlen(buf));
if (html || text) {
if (html || text || xml) {
ConnWrite(r->conn, "\r\n", 2);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论