]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix missing ref
authorBrian West <brian@freeswitch.org>
Mon, 12 Jan 2009 22:38:17 +0000 (22:38 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 12 Jan 2009 22:38:17 +0000 (22:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11150 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c

index 06d092f747c1200c34d2a49ecc848a6dbe76c387..fd1a19d38dc6fd43da2e53c5ad8857a45c5a354b 100644 (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);
        }