mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-05 20:51:51 +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;
|
||||
|
||||
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;
|
||||
/* Else encode continuation */
|
||||
else if (compact)
|
||||
|
Loading…
x
Reference in New Issue
Block a user