stas 2003/08/08 11:19:23 Modified: src/docs/2.0/user/troubleshooting troubleshooting.pod Log: document the 'Error string not specified yet' error with mod_deflate Revision Changes Path 1.11 +18 -0 modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod Index: troubleshooting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- troubleshooting.pod 28 Jul 2003 17:37:24 -0000 1.10 +++ troubleshooting.pod 8 Aug 2003 18:19:23 -0000 1.11 @@ -134,6 +134,24 @@ under mod_perl 2.0, as earlier CGI.pm versions aren't mod_perl 2.0 aware. +=head2 20014:Error string not specified yet + +This error is reported when some undefined Apache error happens. The +known cases are: + +=over + +=item when using mod_deflate + +A bug in mod_deflate was triggering this error, when a response +handler would flush the data that was flushed earlier: +http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22259 + +XXX: should be fixed in 2.0.49? + +=back + + =head1 Issues with APR Used Outside of mod_perl
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]