]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5814
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 5 Mar 2014 19:30:42 +0000 (00:30 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 5 Mar 2014 19:31:10 +0000 (00:31 +0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index 1ba348e2162d20b46fbfff79eadf21d1c8b71712..c2cc70f57c0e25c1397613670308216e956ed0b3 100644 (file)
@@ -1 +1 @@
-Wed Mar  5 13:11:46 CST 2014
+Thu Mar  6 00:30:51 CDT 2014
index 1ae6563d43f5d460f3a00f3af2247e807a5e309d..71f742e941683d8c5d10e304de2cc62ac3d1c43e 100644 (file)
@@ -2838,6 +2838,7 @@ int sip_content_encoding_Xflate(msg_t *msg, sip_t *sip, int inflate, int check)
                }
                  
                sip->sip_payload = sip_payload_create(msg_home(msg), decoded, n);
+               sip->sip_content_encoding = sip_content_encoding_make(msg_home(msg), "deflate");
 
                if (sip->sip_call_id) {
                        id = sip->sip_call_id->i_id;