[MINOR] allow a proxy instance to run without any server (useful for stats)
diff --git a/ROADMAP b/ROADMAP
index b17160c..8dae1ab 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -18,6 +18,8 @@
stats auth user3:pass3
stats scope <px_id> | '.'
+ + allow server-less proxies (for stats)
+
- separate timeout controls
- option 'abortonclose' : if the session is queued or being connecting
@@ -33,8 +35,6 @@
srv->effective_maxconn =
max(srv->maxconn * px->nbsess / px->maxconn, srv->minconn)
- - allow server-less proxies (for stats)
-
1.3 :
- handle half-closed connections better (cli/srv would not distinguish
DATA/SHUTR/SHUTW, it would be a session flag which would tell shutr/shutw).