Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
out_forward: Fix to update timeout of cached sockets
In `SocketCache`, timeout of sockets are set only on creating them and never be updated. So that cached sockets (`@available_sockets`) are always closed after `keepalive_timeout` is passed from its creation, even if it was used within `keepalive_timeout` seconds. Signed-off-by: Takuro Ashie <[email protected]>
- Loading branch information