mosn
mosn copied to clipboard
The Cloud-Native Network Proxy Platform
### issue There will be exceptions when a client creates a new connection in the graceful shutdown scenario during non-hot upgrade. In this scenario, we should close the listener immediately...
### Issues associated with this PR Your PR should present related issues you want to solve. ### Solutions You should show your solutions about the issues in your PR, including...
### Issues associated with this PR build local error and it's happens when Go packages makes two releases with the same number. here is a same [issue](https://github.com/envoyproxy/go-control-plane/issues/467#issuecomment-959830223 ) ``` bash...
### Your question "Connection: xxx" header will be removed in: ``` // clear 'Connection:close' header for keepalive connection with upstream if headers.ConnectionClose() { headers.Del("Connection") } ``` And in the same...
How to specify a passthrough cluster in config file? It is a very useful feature when mosn works as a local transparent proxy.
### Issues associated with this PR https://github.com/mosn/mosn/issues/2218 ### Solutions You should show your solutions about the issues in your PR, including the overall solutions, details and the changes. At this...
### Describe the bug Request below will be blocked forever, because MOSN will read the whole body before proxy to upstream. With only '0' in body, MOSN will be get...
…zePathHeader modify ut for pkg/router/base_rule_test.Test_RouteRuleImplBase_finalizePathHeader ### Issues associated with this PR Your PR should present related issues you want to solve. ### Solutions You should show your solutions about the...
MOSN support start pprof by debug config. the codes in `mosn.io/mosn/pkg/mosn/init.go: InitDebugServe` but lack the `_ "net/http/pprof". currently, mosn add `_ "net/http/pprof" in main codes, so the pprof debug works...
### Issues associated with this PR Your PR should present related issues you want to solve. ### Solutions You should show your solutions about the issues in your PR, including...