Skip to content

Commit a24aaca

Browse files
committed
Merge pull request airbnb#170 from hightoxicity/feat-ha1.6-http-reuse
Be able to use http-reuse to make connections pooling with backends
2 parents ca8f7e4 + abbdf2a commit a24aaca

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)