mirror of https://github.com/fafhrd91/actix-web
Each request was creating a new ConnectorPoolSupport future which never finished. That future also referenced the pool’s inner so even when the entire pool dropped we leaked the internals. This fixes both. |
||
|---|---|---|
| .. | ||
| server.rs | ||
| service.rs | ||