Commit 46cd0ad5 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Modify the dexter MPM to use an APR pipe for the pipe of death. This fixes

a bug I introduced earlier today, because it uses the APR_FILES_AS_SOCKETS
to let us use the pipe of death in a poll call.  With this change, dexter
becomes much more portable.  Dexter used to try to set the pipe
non-blocking on it's own, but it only tried one argument to fcntl.  There
are at least four different arguments to fcntl based on what platform you
are on.  APR gets rid of that ugliness for us.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85669 13f79535-47bb-0310-9956-ffa450edef68
parent 9e316eaf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment