https://issues.apache.org/bugzilla/show_bug.cgi?id=42586
--- Comment #3 from Loic Etienne <[email protected]> --- We could solve this problem in our case. Although we use mainly mod_perl, some older modules still use the CGI.pm. Over indirections we did not think of, CGI->new() was called, and consumed the post body before the function we expected to do so. However I have no explanation for the undeterministic behaviour. It seems that some modules are not always included (which are not used anyway, a case for refactoring our includes, which are quite messed up). It probably happen in a process specific manner, which could explain the 'failure in a row' behaviour. Thus Apache worked flawlessly. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
