]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
On HPUX 11.x, the 'ENOBUFS, No buffer space available'
authorBill Stoddard <stoddard@apache.org>
Thu, 17 Jan 2002 22:35:09 +0000 (22:35 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 17 Jan 2002 22:35:09 +0000 (22:35 +0000)
commitca30c4d622c9006f2466e447a517fdfaeee90e87
treefd09aae332f4dc7453bf885de173848f26be4ad3
parent14d74bce53f9b088e2f1b6694fbe254da76d9033
On HPUX 11.x, the 'ENOBUFS, No buffer space available'
error occures because the accept() cannot complete.
You will not see ENOBUFS at 10.20 because the kernel
hides any occurrence from being returned from user space.
ENOBUFS at 11.0 TCP/IP is quite possible, and could
occur intermittently. As a work-around, we are going to
ingnore ENOBUFS.

Submitted by: madhusudan_mathihalli@hp.com
Reviewed by: Bill Stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92894 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
os/unix/unixd.c