fixed the CONNECT thing again
This commit is contained in:
parent
2c1925161e
commit
5ef6520d4e
@ -604,7 +604,7 @@ int main(int argc, char *argv[])
|
|||||||
if(open)
|
if(open)
|
||||||
logmsg("persistant connection, awaits new request");
|
logmsg("persistant connection, awaits new request");
|
||||||
/* if we got a CONNECT, loop and get another request as well! */
|
/* if we got a CONNECT, loop and get another request as well! */
|
||||||
} while(open);
|
} while(open || (doc == DOCNUMBER_CONNECT));
|
||||||
|
|
||||||
logmsg("Closing client connection");
|
logmsg("Closing client connection");
|
||||||
close(msgsock);
|
close(msgsock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user