Closed hoelzro closed 12 years ago
Currently, the connection between a clientd and hostd instance will get dropped after some period of time (5 minutes in my tests) due to timeout. Keeping this connection alive for as long as possible would be nice.
This is solvable using timeout in AnyEvent::HTTP.
Done.
Currently, the connection between a clientd and hostd instance will get dropped after some period of time (5 minutes in my tests) due to timeout. Keeping this connection alive for as long as possible would be nice.