You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Fred Moyer <fr...@redhotpenguin.com> on 2011/06/03 21:33:23 UTC

Re: Apache::Test & LWP 6.x - don't

Any news on this Torsten?  I think we have enough code changes since
February to start another release cycle here soon.  This seems to be a
blocking issue.

2011/5/20 Fred Moyer <fr...@redhotpenguin.com>:
> That sounds like a bug in LWP.  Have you contacted the maintainer?
>
> 2011/5/20 Torsten Förtsch <to...@gmx.net>:
>> Hi,
>>
>> if someone needs a nice little project that requires only Perl skills
>> convert A::T to the new LWP 6.x and/or fix the bugs in LWP 6.
>>
>> Currently, the combination of A::T and LWP 6 is not really usable.
>> Modperl tests work mostly, though, sometimes they simply hang. For
>> example I had a test (modperl, httpd-framework or libapreq (don't
>> recall)) where the test reads 20000 bytes from the client. Sometimes the
>> test simply hangs but not always. I traced the conversation with tcpdump
>> and noticed the client sends the request header, the server the response
>> header, then the server waits for the body and LWP waits for god knows
>> what.
>>
>> I got back to LWP 5. Now all the tests work again.
>>
>> Torsten Förtsch
>>
>> --
>> Need professional modperl support? Hire me! (http://foertsch.name)
>>
>> Like fantasy? http://kabatinte.net
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>> For additional commands, e-mail: dev-help@perl.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: Apache::Test & LWP 6.x - don't

Posted by Torsten Förtsch <to...@gmx.net>.
On Friday, June 03, 2011 21:33:23 Fred Moyer wrote:
> Any news on this Torsten?  I think we have enough code changes since
> February to start another release cycle here soon.  

Yes, I fully agree. Now that Perl 5.14 is out. About a fortnight ago I 
asked to test trunk with 5.14. Since there was no reply/complain I assume 
it works, ;-).

> This seems to be a blocking issue.

I don't think so. Tests are passed successfully most of the time. If you 
think it is an issue we can fall back to the built in HTTP client if LWP 
6 is detected. We already have an environment variable to do that. That's 
quite a simple fix, I think.

In the long term I'd like to have a full featured HTTP (1.0 and 1.1) 
client independent of LWP shipped with AT.

I currently don't have time to work on that. If I had I'd work on the 
httpd-2.4 port. Status here is that modperl compiles. A few segfaults 
have also been fixed. But it still crashes at startup in modperl_pcw.c.
Tackle one problem at a time, that's also the reason why I went back to 
LWP 5.

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org