]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).
authorJeff Trawick <trawick@apache.org>
Sun, 23 Apr 2000 13:22:08 +0000 (13:22 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 23 Apr 2000 13:22:08 +0000 (13:22 +0000)
commit3548f16478f04bf997cfd8f6a105ad6ba63b9ebc
tree99effbef24ac29b8d9d665c5b42f8966e881d61d
parentdd4bfd87a26f5035ab9d7a804ad4d89e75368a9b
Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).
ap_canonical_errror() for Unix now maps EWOULDBLOCK to EAGAIN/APR_EAGAIN
when appropriate so that the changes here (as well as bjh's changes from a
few days ago) to call ap_canonical_error() before comparing with EWOULDBLOCK
will work on Unix as well.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85019 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c