http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7619

Colin Campbell <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |colin.campbell@ptfs-europe.
                   |                            |com

--- Comment #8 from Colin Campbell <[email protected]> ---
There are two problems one is the non flushing of output buffers which is done
on CRLF and not if you just past \r. a second problem is that most clients are
windows boxes and seem to lazily assume that everything is windows (or HTTP)
and will send crlf. Although crlf is non what the standard dictates this will
work for most clients (and if you use telnet you get crlf anyway!!). I've found
one machine that it kills completely if you use crlf.

I'm going to test a version of this patch but add the ability to override it
and be strictly compliant in the SIPConfig which should mean that it shouldnt
break any machine that is currently working.

Longer term the code should separate the handling out of the sip data message
and the transport (which Sip 3.0 really requires and sidesteps this issue)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to