* Original startup thread becomes a worker thread after initialization.
authorArt Cancro <ajc@citadel.org>
Sat, 20 Mar 2004 05:03:14 +0000 (05:03 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 20 Mar 2004 05:03:14 +0000 (05:03 +0000)
commit5fab0efa808eac605dce70e8a86e52a2c4d51069
treed35447d4e056ce25050fa6937b686c356e78fd26
parent325a05c8002dd54a68818dfcbd71e1b720fef33f
* Original startup thread becomes a worker thread after initialization.
  Doing otherwise turns it into a zombie (at least on Linux) and possibly
  leads to other problems
* Filter out NOOP's received in chat
webcit/ChangeLog
webcit/paging.c
webcit/webserver.c