Javinator9889 / acexy

Acexy (AceStream Proxy) is a proxy for multiplexing connections to the AceStream Engine
GNU General Public License v3.0
2 stars 0 forks source link

Close body after timeout #4

Open Javinator9889 opened 1 day ago

Javinator9889 commented 1 day ago

Some players are nasty and leave the connection opened even if no data was delivered from AceStream Engine. The middleware is still active, causing the proxy to become unresponsive. Neither the client or the engine are closing the connection, so a restart is needed.

This issue aims to add a configurable field to set a timeout after which, if no data is received, the buffer should be closed.