Alanxtl opened a new pull request, #671:
URL: https://github.com/apache/dubbo-go-pixiu/pull/671
<!-- Thanks for sending a pull request!
-->
**What this PR does**:
Add a new config field ```scheme``` to httpproxy filter. This commit makes
pixiu to make https call through httpproxy filter by explicitly specifying
```scheme: "https"```.
If the scheme field is not specified, it uses http as default scheme, which
is compatible with previous implementations.
```yaml
http_filters:
- name: dgp.filter.http.httpproxy
config:
maxIdleConns: 100
maxIdleConnsPerHost: 100
maxConnsPerHost: 100
scheme: "https"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]