On Fri, 24 May 2002, Autrijus Tang wrote: > Hello there. I've been using CGI.pm with the CVS Apache2 module, and > found out that read_from_client doesn't quite work -- it sometimes > blocks the socket, but most of the time just returns an empty list. > > As the new Apache->request provide a 'content' method already, I patched > it so it tests for the method, and prefers it if it is available.
the 'content' method is deprecated in 2.0. CGI.pm should be moving away from modperl-isms rather than adding new ones. can we see your perl -V please? there is a known issue with 5.6.1 and ithreads enabled that might be causing this problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
