Pawan Bishnoi
Pawan Bishnoi
Commit Message: "stateful_session: Add Header based session state" Additional Description: Envoy already supports [cookie based state management](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/http/stateful_session/cookie/v3/cookie.proto) for sticky sessions. This PR adds one more option - header based state...
This is regarding scroll events. Can I differentiate when a user scrolls from the ones triggered by code? For example, in jquery we have ev.originalEvent which can tell if this...
### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...
Commit Message: remove runtime guard Risk Level: low Testing: all tests green Docs Changes: n/a Release Notes: n/a? Fixes #33613
Commit Message: this flag is already supported by httpConnPool. Adding to tcpConnPool as well so that thrift_proxy etc can use this feature. Risk Level: low Fixes #34762
Commit Message: A new metric to track failed wasm VMs Additional Description: When a runtime error happens (wasm oom or panic), the VM state transitions to failed. On next call,...