aboutsummaryrefslogtreecommitdiffstats
path: root/openresty-ext/src/assembly/resources
AgeCommit message (Collapse)AuthorFilesLines
2018-03-07Solve IP-Hash issueHuabingZhao1-3/+3
Use deepcopy to avoid the side effect, which cause the client request is forward to wrong service instance occassionally. Issue-ID: MSB-154 Change-Id: I51e04fb273c2ca13c43b1e66fab44424e6af837e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-05Support websocket request forwardingHuabingZhao24-524/+19
Issue-ID: MSB-156 Change-Id: Id63da46c6321d5d007e8078847ad093aaebe0a45 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-05set log level to infoHuabingZhao1-1/+1
Issue-ID: MSB-154 Change-Id: Ia8b7467b5d141c6983311d2b2f1cf54b157a2d9e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-02-28Support IP Hash LB policyHuabingZhao30-126/+4662
Issue-ID: MSB-154 Change-Id: I11b8e3a314c6045183971bf2207b9ccee7df10c2 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-07-25Divide the MSB source codes into two reposHuabingZhao52-0/+3122
Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9 Issue-id: MSB-5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2016-08-171. Adjust the directory hierarchyHuabingZhao31-2244/+0
2. Fix the compile issue Change-Id: Ibf10c83104e5e673bc797013799861426cd950ce Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2016-08-13Initial code importHuabingZhao31-0/+2244
Change-Id: I839b84e5600aedece6c33deb16bec1bf9dbb61df Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>