mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
fix missing ref
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11150 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
01d3e87660
commit
4a14b04f24
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user