This is an automated email from the ASF dual-hosted git repository.
mark4z pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git
The following commit(s) were added to refs/heads/main by this push:
new c8289fc [fix] Http proxy connection can not reuse between pixiu and
upstream (#35)
c8289fc is described below
commit c8289fcc6fa7f4dc9ef942a3e5c932664fa51add
Author: Mark4z <[email protected]>
AuthorDate: Sat Sep 2 23:51:46 2023 +0800
[fix] Http proxy connection can not reuse between pixiu and upstream (#35)
* [fix] Http proxy connection can not reuse between pixiu and upstream
* [fix] Http proxy connection can not reuse between pixiu and upstream
---
http/simple/pixiu/conf.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/http/simple/pixiu/conf.yaml b/http/simple/pixiu/conf.yaml
index 6b38981..2a9a512 100644
--- a/http/simple/pixiu/conf.yaml
+++ b/http/simple/pixiu/conf.yaml
@@ -39,6 +39,9 @@ static_resources:
http_filters:
- name: dgp.filter.http.httpproxy
config:
+ maxIdleConns: 100
+ maxIdleConnsPerHost: 100
+ MaxConnsPerHost: 100
- name: dgp.filter.http.cors
config:
allow_origin: