Skip to content

Commit abbdf2a

Browse files
committed
Be able to use http-reuse to make connections pooling with backends (introduced with hap 1.6)
1 parent ca8f7e4 commit abbdf2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/synapse/haproxy.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Haproxy
3737
"http-check send-state",
3838
"http-request",
3939
"http-response",
40+
"http-reuse",
4041
"id",
4142
"ignore-persist",
4243
"log",
@@ -166,6 +167,7 @@ class Haproxy
166167
"hash-type",
167168
"http-check disable-on-404",
168169
"http-check send-state",
170+
"http-reuse",
169171
"log",
170172
"maxconn",
171173
"mode",
@@ -377,6 +379,7 @@ class Haproxy
377379
"http-check send-state",
378380
"http-request",
379381
"http-response",
382+
"http-reuse",
380383
"id",
381384
"ignore-persist",
382385
"log",

0 commit comments

Comments
 (0)