]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
back out a change from last week that reversed the meaning of pod_in and
authorJeff Trawick <trawick@apache.org>
Mon, 11 Jun 2001 18:23:21 +0000 (18:23 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 11 Jun 2001 18:23:21 +0000 (18:23 +0000)
commitc50b9eaa6229c893468cbff7dc83567a3a299937
treec8793b1aeda6eb0a0603b9bc987626e957be5687
parent0953339d3cf025d4c603c69a8385f01dc881a6ea
back out a change from last week that reversed the meaning of pod_in and
pod_out; after that change, all read and write syscalls on the handles
failed because pod_in was only readable and pod_out was only writable

we could instead reverse the order of the parameters to apr_pipe_create
so that the descriptors returned by pipe() get put in the right place,
but it seems better to stick with APR terminology for what is the input
handle and what is the output handle

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89335 13f79535-47bb-0310-9956-ffa450edef68
server/mpm_common.c