code

Results 478 comments of code

cc @DavidSchinazi cc @RyanTheOptimist

> Although I'm considering directly implementing encrypted coookies into the OAuth filter as a direct option If the oauth2 token is the core scenario, I think this is OK.

> I am not sure how to disable some specified test cases. But it wouldn't be hard to add additional linkopts to some test cases.

> im grepping around but not sure where to add - i have tried adding to the wasm binary rule in my test PR but not sure that is correct...

In fact, I am also searching rust rule for now and find nothing about the linkopts 🤣

I don't know how to disable the whole test case. But seems that the `rust wasm` is an optional data input of test case, we can just disable this data...

An upstream connection is holded by one downstream connection in the TCP proxy. (HCM use a shared connection pool). So, the circuit breaker configuration (default allow 1024 max connections) of...