:-) Stas, that looks like it fixes it... (slight change of code)
if (r->main) {
modperl_config_req_t *rcfg = modperl_config_req_get(r->main);
+ if (rcfg->wbucket)
MP_RUN_CROAK(modperl_wbucket_flush(rcfg->wbucket, FALSE),
"Apache2::SubRequest::run");
I am building the test case now to prove it is the case and pick it up for the future. Once I have a test case that fails and is then fixed I will send you the whole patch.
Thanks heaps. (Cross fingers now that it all works) :-) Scott
