mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
- `_idleTimer` and `_backoffTimer` are protected by `stateLock` - Added a new `struct Actions` that splits up actions from the state machine into actions that need to be executed inside the `stateLock` and outside in `stateLock` - Add HTTP/1.1 connection pool stress test