You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Orton <jo...@redhat.com> on 2006/01/16 10:51:28 UTC

Re: svn commit: r369017 - in /httpd/httpd/branches/execd-dev/modules: filters/mod_ext_filter.c mappers/mod_rewrite.c metadata/mod_mime_magic.c ssl/ssl_util.c

On Sat, Jan 14, 2006 at 12:53:11PM -0000, colm@apache.org wrote:
> Modified: httpd/httpd/branches/execd-dev/modules/ssl/ssl_util.c
> URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/execd-dev/modules/ssl/ssl_util.c?rev=369017&r1=369016&r2=369017&view=diff
> ==============================================================================
> --- httpd/httpd/branches/execd-dev/modules/ssl/ssl_util.c (original)
> +++ httpd/httpd/branches/execd-dev/modules/ssl/ssl_util.c Sat Jan 14 04:53:04 2006
> @@ -66,6 +66,8 @@
>      apr_procattr_t *procattr;
>      apr_proc_t *proc;
>  
> +    /* XXX TODO: port to execd calls */
> +
>      if (apr_procattr_create(&procattr, p) != APR_SUCCESS)
>          return NULL;
>      if (apr_procattr_io_set(procattr, APR_FULL_BLOCK, APR_FULL_BLOCK,

This one is only used during startup so I don't think it needs porting?

joe