fix missing ref

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11150 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-01-12 22:38:17 +00:00
parent 01d3e87660
commit 4a14b04f24

View File

@ -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);
}