]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Changed tpf/os.c's tpf_select function to bump the passed select timeout value by...
authorDavid McCreedy <mccreedy@apache.org>
Wed, 9 Mar 2005 22:50:14 +0000 (22:50 +0000)
committerDavid McCreedy <mccreedy@apache.org>
Wed, 9 Mar 2005 22:50:14 +0000 (22:50 +0000)
commitc4daebbf1b6f94aef66eecc5fb1358b1b30691a5
treefd0307554028ccf4aa066b232626ab15cbc31919
parente41faa35b308e069043b646952e21981028f4824
Changed tpf/os.c's tpf_select function to bump the passed select timeout value by 1 second.
This is needed because TPF's select waits between timeout-1 and timeout seconds.
Also renamed 'timeout' variable to clarify when it is used for seconds vs. milliseconds.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@156700 13f79535-47bb-0310-9956-ffa450edef68
src/os/tpf/os.c