|
From: <jgr...@us...> - 2003-07-15 17:50:40
|
Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv6005/UI
Modified Files:
Tag: b0/19/0
HTTP.pm
Log Message:
Port v0.18.3 fixes to v0.19.1 branch
Index: HTTP.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTTP.pm,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -d -r1.6 -r1.6.2.1
*** HTTP.pm 9 Jun 2003 18:34:36 -0000 1.6
--- HTTP.pm 15 Jul 2003 17:50:36 -0000 1.6.2.1
***************
*** 130,134 ****
while ( <$client> ) {
$content_length = $1 if ( /Content-Length: (\d+)/i );
! last if ( !/[A-Z]/i );
}
--- 130,134 ----
while ( <$client> ) {
$content_length = $1 if ( /Content-Length: (\d+)/i );
! last if ( !/:/i );
}
|