[svn:modperl-modules] rev 238 - Apache-DebugFilter/trunk

[email protected]@cvs.perl.org 6 Jul 2005 19:09:29 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: [email protected]
Date: Wed Jul  6 12:09:28 2005
New Revision: 238

Modified:
   Apache-DebugFilter/trunk/Changes
Log:
adding


Modified: Apache-DebugFilter/trunk/Changes
==============================================================================
--- Apache-DebugFilter/trunk/Changes	(original)
+++ Apache-DebugFilter/trunk/Changes	Wed Jul  6 12:09:28 2005
@@ -1,6 +1,12 @@
 Revision history for Perl extension Apache::DebugFilter.
 
 0.01_03
+- Fix Bug in snoop_bb.pm test
+# starting from Apache 2.0.49 several platforms require you to set
+# the socket to a blocking IO mode
+$c->client_socket->opt_set(APR::Const::SO_NONBLOCK, 0);
+Stas Bekman <[email protected]>
+
 - Account for API rename post mp2 RC5
 Philip M. Gollucci <[email protected]>