mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-06 21:19:17 +00:00
FS-6168 --resolve
This commit is contained in:
parent
b82df8a7da
commit
55901ae0f1
@ -1680,7 +1680,7 @@ size_t msg_header_prepare(msg_mclass_t const *mc, int flags,
|
|||||||
n += m;
|
n += m;
|
||||||
|
|
||||||
if (hc->hc_name) {
|
if (hc->hc_name) {
|
||||||
if (!comma_list || !next || next == *return_next)
|
if (!hc->hc_name[0] || !comma_list || !next || next == *return_next)
|
||||||
s = CRLF, m = 2;
|
s = CRLF, m = 2;
|
||||||
/* Else encode continuation */
|
/* Else encode continuation */
|
||||||
else if (compact)
|
else if (compact)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user