You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
share WASI outbound HTTP connection pool across instances (#3240)
Now each `InstanceState` gets a clone of the `AppState` HTTP clients containing
the pools, meaning connections may persist across instances (and thus across
inbound requests).
Signed-off-by: Joel Dice <[email protected]>
0 commit comments