mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-17 09:30:41 +02:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user