-    rv = apr_file_pipe_create(&((*pod)->pod_in), &((*pod)->pod_out), p);
+    rv = apr_file_pipe_create_ex(&((*pod)->pod_in), &((*pod)->pod_out),
+                                 APR_WRITE_BLOCK, p);
     if (rv != APR_SUCCESS) {
         return rv;
     }

Hrm.
Reviewing this patch, we break prefork w/ it.
Revert, or bring APR_WRITE_BLOCK to the other archs?

If you work from APR trunk of a month ago, you should already find that symbol.

It's pretty clear a number of nice changes to httpd 2.4 will require apr 1.3.x.
In fact it would be nice if APR would start coming together around the final
apr 1.3.0 release API, and feedback at [EMAIL PROTECTED] would be welcomed.

Bill

Reply via email to