projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc2482
)
Adjust comment
author
Joe Atzberger
<atz@esilibrary.com>
Wed, 30 Jun 2010 17:32:33 +0000
(17:32 +0000)
committer
Joe Atzberger
<atz@esilibrary.com>
Wed, 30 Jun 2010 17:32:33 +0000
(17:32 +0000)
Sip.pm
patch
|
blob
|
history
diff --git
a/Sip.pm
b/Sip.pm
index
d2d2713
..
8d226a2
100644
(file)
--- a/
Sip.pm
+++ b/
Sip.pm
@@
-162,7
+162,7
@@
sub read_SIP_packet {
my $len1 = 999;
# local $/ = "\r"; # don't need any of these here. use whatever the prevailing $/ is.
- # local $/ = "\01
2"; # Internet Record Separator (lax version)
+ # local $/ = "\01
5"; # proper SPEC: (octal) \015 = (hex) x0D = (dec) 13 = (ascii) carriage return
{ # adapted from http://perldoc.perl.org/5.8.8/functions/readline.html
for ( my $tries = 1 ; $tries <= 3 ; $tries++ ) {
undef $!;