summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-09 00:37:43 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-09 00:37:43 +0000
commiteb78e5e1f4bd32774e6ab03eb07dcd93bd01c00c (patch)
tree74067c7a8cb701746f54a7c55c9f793f24eb045b /ChangeLog
parent0d66719c5afbc66d81ad4304b3c830c48379b0a8 (diff)
downloadtinyproxy-eb78e5e1f4bd32774e6ab03eb07dcd93bd01c00c.tar.gz
tinyproxy-eb78e5e1f4bd32774e6ab03eb07dcd93bd01c00c.zip
Added the cancelation setting to make sure the thread stops immediately.
Diffstat (limited to '')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3191e3d..8c9c8b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* src/thread.c (thread_main_loop): Moved the looping code into
this function from the main() function. Just a bit of clean up.
+ (thread_main): Changed the default cancelation point to
+ asynchronous, which means immediately. This should fix up the
+ problem where the threads would not free correctly.
2002-04-07 Robert James Kaes <rjkaes@flarenet.com>