]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
added check on apr_pollset_create() return value to exit ab it case it fails.
authorJean-Jacques Clar <clar@apache.org>
Tue, 16 Mar 2004 16:57:02 +0000 (16:57 +0000)
committerJean-Jacques Clar <clar@apache.org>
Tue, 16 Mar 2004 16:57:02 +0000 (16:57 +0000)
commit9cc9ba0aca65e0f46e5817269bf54ccc9460897c
tree0e80ff4f929451338f8688d7572f58a87bc687f6
parent2e0569de3dcfea1f3ff9778824f052d47b61d169
added check on apr_pollset_create() return value to exit ab it case it fails.
On NetWare using a concurrency higher than 64 is segfaulting because of FD_SETSIZE as a value of 64.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102990 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c