Hi, a SIP header should end with CRLF but in case of folding lines I think it's valid to end all the lines (except the last one) with LF.
For example, the following is valid (AFAIK): VALID: ----------------- Custom-Header: value1 ñalks añsldkañsdlk, \n value2 askdjs slkdjsdssdsd, \n value3 ajlkjlkjlkjlkjlkjlkjkll \r\n ----------------- At least, I've tryed converting the BNF grammar of SIP into RegExp and the above header is valid for me. Could someone confirm it to me? Also, the folded lines can end in CRLF: VALID: ----------------- Custom-Header: value1 ñalks añsldkañsdlk, \r\n value2 askdjs slkdjsdssdsd, \r\n value3 ajlkjlkjlkjlkjlkjlkjkll \r\n ----------------- Thanks a lot. -- Iñaki Baz Castillo [EMAIL PROTECTED] _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
