MANY changes. See CHANGES member for details.

git-svn-id: file:///home/jj/hercules.svn/trunk@1391 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Fish (David B Trout)
2003-06-01 11:46:25 +00:00
parent c88f04a75d
commit b4fae6f1f0
85 changed files with 5350 additions and 5024 deletions

View File

@@ -614,7 +614,7 @@ TID httptid; /* Negotiation thread id */
sysblk.httpport);
/* Handle http requests */
while (TRUE) {
while (!sysblk.shutdown) {
/* Initialize the select parameters */
FD_ZERO (&selset);
@@ -630,6 +630,8 @@ TID httptid; /* Negotiation thread id */
rc = select ( lsock+1, &selset, NULL, NULL, NULL );
#endif /*!defined(WIN32)*/
if (sysblk.shutdown) break;
if (rc == 0) continue;
if (rc < 0 )