[OpenSIPS-Devel] [opensips] Non printable characters are encoded in hex format (#623)

Răzvan Crainea notifications at github.com
Fri Aug 28 13:41:24 CEST 2015


>  	/* compute the required len */
> -	for ( v=vars,l=0 ; v ; v=v->next) {
> +	for ( v=vars,l=0; v ; v=v->next) {
>  		l += v->name.len + 1 + v->val.len + 1;

The code below is no longer necessary, since the control chars will be encoded anyway.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/623/files#r38191717
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20150828/7a1484f6/attachment.htm>


More information about the Devel mailing list