From owner-freebsd-perl@FreeBSD.ORG Fri Aug 19 04:07:26 2011 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E14E61065674 for ; Fri, 19 Aug 2011 04:07:26 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id A2CE48FC14 for ; Fri, 19 Aug 2011 04:07:26 +0000 (UTC) Received: by qyk9 with SMTP id 9so1125132qyk.13 for ; Thu, 18 Aug 2011 21:07:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=66bHKf2+C6EYWXzni4qBgIUeatvPbfCEcR+d0eAqLhA=; b=ntQztbZ90ffTfu83ULCnu5/IOZEe3OudFunp0ogyBZulqJgAcV/H73S85IjU6jJBcW Fdh0nQeBdcmAW2wtoExAVIlfGgivINNT5dMKctmhMoXgXfTlb+a3nWFZwOzlt2Nx4L4v +wmB0ZoGKMnSGPKsP6kZHpSZfvD/vmf7Csd6Q= MIME-Version: 1.0 Received: by 10.224.198.66 with SMTP id en2mr1430190qab.260.1313726845838; Thu, 18 Aug 2011 21:07:25 -0700 (PDT) Received: by 10.224.20.15 with HTTP; Thu, 18 Aug 2011 21:07:25 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Aug 2011 12:07:25 +0800 Message-ID: From: wen heping To: Dmitry Krikov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "perl@freebsd.org" Subject: Re: p5-SOAP-Lite-0.712_2 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2011 04:07:27 -0000 Now this patch had been included in 0.714. We should update it. wen 2011/8/4 Dmitry Krikov : > > Hi, > > It seems we have a problem with original =C2=A0SOAP::Lite, it's described= here: http://www.perlmonks.org/?node_id=3D845843 > > I've faced this problem too, and the proposed patch seems to work well: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- SOAP/Transport/HTTP.pm.orig 2011-08-03 21:45:00.000000000 +0400 > +++ SOAP/Transport/HTTP.pm =C2=A0 =C2=A0 =C2=A02011-08-03 21:45:33.000000= 000 +0400 > @@ -566,7 +566,7 @@ > =C2=A0 =C2=A0 =C2=A0 =C2=A0 if ( !$chunked ) { > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 my $buffer; > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 binmode(STDIN); > - =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0while ( sysread( STDIN, $buffe= r, $length ) ) { > + =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0while ( read( STDIN, $buffer, = $length ) ) { > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $content .=3D $bu= ffer; > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 last if ( length(= $content) >=3D $length ); > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 } > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =C2=A0I think it's good idea to add it to port to fix the problem. Thanks= in advance. > > -- > Best regards, > Dmitry V Krikov > mailto:unknown@masterhost.ru > > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" >