code

Results 48 issues of code
trafficstars

This is because two problems: 1. `time_t` is used when calling the `absl::FormatTime`. The `time_t` only provide second level precision. 2. The time cache. The cache is updated in second...

bug
stale

*Title*: *network/http filter for ip restriction* *Description*: Could we add a simple network/http filter for ip restriction? It's a common feature. But seems that we still don't have it for...

enhancement
question
no stalebot

Commit Message: wasm: restart wasm vm if it's failed Additional Description: A experimental PR that support automatic reloading when the wasm VM is failed (panic(), abort(), etc). Risk Level: low....

api

Commit Message: wasm: removed automatical route refreshment and add a foreign function to clear the route cache Additional Description: Here are the reasons to do this change: 1. It make...

Hi, thanks for you guys provide so great tools. But I encountered a problem when I wanted to use it in the proxy_wasm_cpp_host. Here is my build configuration: ``` refresh_compile_commands(...

See https://github.com/proxy-wasm/spec/issues/63

We converted all StopIteration to StopAll at #95. It make the wasm filter couldn't work in some typically scenarios, for example, custom auth may require to parse body to complete...

In the Envoy, the route cache will be cleared by default if a header is modified by the wasm filter. It would be better to provide a way to control...

``` vscode@docker-desktop:~/proxy-wasm-cpp-host$ bazel build --define=engine=multi :lib INFO: Analyzed target //:lib (0 packages loaded, 0 targets configured). INFO: Found 1 target... ERROR: /build/proxy-wasm-cpp-host/BUILD:246:11: Compiling src/wasmtime/prefixed_wasmtime.cc failed: (Exit 1): gcc failed: error...

(This is used to request new product features, please visit for questions on using Istio) **Describe the feature request** The envoy has provided an extension point to lb policy to...

kind/enhancement
lifecycle/stale