Call endtls() when an HTTP session ends normally -- not
authorArt Cancro <ajc@citadel.org>
Mon, 8 May 2006 03:30:49 +0000 (03:30 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 8 May 2006 03:30:49 +0000 (03:30 +0000)
commit644638af3fe46f8885ca81c5f872e451494d8c91
treecd70b51a002a4f3d72f11158ece61bbbb5d6b783
parentedcc434338f6f6d69fbe12f846400d2f6c91e982
Call endtls() when an HTTP session ends normally -- not
just when it sends abnormally.  This fixes that huge memory
leak I've been trying to find all this time.
webcit/crypto.c
webcit/webcit.h
webcit/webserver.c