* Ignore SIGPIPE; this seems to magically make the program bulletproof
authorArt Cancro <ajc@citadel.org>
Sun, 13 Dec 1998 23:52:55 +0000 (23:52 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 13 Dec 1998 23:52:55 +0000 (23:52 +0000)
commit888e542be30fcede9ed10058269a53b975dc677c
treedbfbc8801433b6bd4e04c422a138236a228a0bb6
parent0b98d74b4818da0096b6f06c41e35d5ab2841b0f
    * Ignore SIGPIPE; this seems to magically make the program bulletproof
          against broken HTTP connections.
        * Added a housekeeping thread to periodically remove dead sessions
          and kill idle sessions.
webcit/ChangeLog
webcit/context_loop.c
webcit/webcit.h
webcit/webserver.c