Xabier Martinez
Xabier Martinez
Set `LINKERD2_PROXY_INBOUND_HTTP1_CONNECTION_POOL_IDLE_TIMEOUT` and `LINKERD2_PROXY_OUTBOUND_HTTP1_CONNECTION_POOL_IDLE_TIMEOUT` during injection This MR introduces the ability to configure inbound and outbound HTTP/1 connection pool idle timeouts on a per-service. Currently, linkerd2-proxy has default idle timeouts...
Since Go 1.24, the default hash table implementation is based on [Abseil's "Swiss Table"](https://abseil.io/about/design/swisstables). Currently, this project only supports the previous implementation by iterating over each bucket slots. Although span...
Support go patch versions in crosslink