about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-21 03:02:09 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-21 03:18:58 +0000
commit983722912028f35348c8ff276df48855281be715 (patch)
tree871f15196c5fa33260a8b001c46b9f4aa375396b
parente5eda7790806d6d7709d02db04c75f09340e9a24 (diff)
downloadrainbows-983722912028f35348c8ff276df48855281be715.tar.gz
SIGQUIT (graceful shutdown) now drops idle keepalive clients for
the concurrency models where maintaining an idle client is
relatively inexpensive: Coolio, CoolioThreadPool,
CoolioThreadSpawn, Epoll, EventMachine, XEpoll,
XEpollThreadPool, XEpollThreadSpawn.

Kgio.autopush now works properly for all multi-threaded
concurrency models (if you're using :tcp_nopush).
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 13de44a..b059f8b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v3.3.0.GIT
+DEF_VER=v3.4.0.GIT
 
 LF='
 '