Bug 7619 Use CRLF as default terminator
authorColin Campbell <colin.campbell@ptfs-europe.com>
Sat, 9 Jun 2012 14:17:14 +0000 (15:17 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jul 2012 09:15:05 +0000 (11:15 +0200)
commitda49eeb8f9d03d8fcc8b840e752c28236b856183
treeccc3828d3423a6b6369087198e2b8723e60b7573
parentce138ac96f3a5a729568f6d7db2e50ce3653b7bb
Bug 7619 Use CRLF as default terminator

Most units require or tolerate CRLF as the terminator
Using only \r causes many including 3M units to signal errors
due to delay this resets CRLF to be default but adds a single
constant variable and explanation so that if you have a
"strictly conforming" unit (the 'Baby' is the only I have encountered
you know where to make the change

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/SIP/Sip.pm