Re: [Sofia-sip-devel] Short headers inside multipart body not parsed

2009-03-05 Thread Fabio Margarido
Sorry, I forgot to attach one file. Here it goes. On Wed, Mar 4, 2009 at 10:42, Fabio Margarido fabiomargar...@gmail.comwrote: Hi everyone, the attached set of patches against current darcs fixes the issue of parsing headers in compact form inside a multipart payload. I've also tried to

Re: [Sofia-sip-devel] Short headers inside multipart body not parsed

2009-03-05 Thread Pekka Pessi
2009/3/4 Fabio Margarido fabiomargar...@gmail.com: the attached set of patches against current darcs fixes the issue of parsing headers in compact form inside a multipart payload. I've also tried to include some tests in test_msg.c, but don't know if they're enough. Thanks. I've applied the

Re: [Sofia-sip-devel] Short headers inside multipart body not parsed

2009-03-04 Thread Fabio Margarido
Hi everyone, the attached set of patches against current darcs fixes the issue of parsing headers in compact form inside a multipart payload. I've also tried to include some tests in test_msg.c, but don't know if they're enough. Thanks --- libsofia-sip-ua/msg/Makefile.am.old 2009-03-04

[Sofia-sip-devel] Short headers inside multipart body not parsed

2009-02-10 Thread Fabio Margarido
Hi there, I'm observing a problem when our application receives an INVITE with a multipart/mixed payload that contain 'Content-Type' headers in the short form inside each part, like the following example: --unique-boundary-1 c: application/SDP v=0 (...) --unique-boundary-1 c:

Re: [Sofia-sip-devel] Short headers inside multipart body not parsed

2009-02-10 Thread Fabio Margarido
On Tue, Feb 10, 2009 at 12:26, Pekka Pessi ppe...@gmail.com wrote: Could you please check that all the header class structures in msg_mime.c have correct short forms? Thanks for the quick response. I believe the short forms are correct indeed. Fabio.