0417e9af1b
in proxmox-backup-proxy, we log and discard any errors on 'accept', so that we can continue to server requests in proxmox-backup-api, we just have the StaticIncoming that accepts, which will forward any errors from the underlying TcpListener this patch also logs and discards the errors, like in the proxy. Otherwise it could happen that if the api-daemon has more files open than the proxy, it will shut itself down because of a 'too many open files' error if there are many open connections (the service should also restart on exit i think, but this is a separate issue) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
.. | ||
api2 | ||
backup | ||
bin | ||
client | ||
config | ||
pxar | ||
rrd | ||
server | ||
tape | ||
tools | ||
api2.rs | ||
auth_helpers.rs | ||
auth.rs | ||
backup.rs | ||
buildcfg.rs | ||
client.rs | ||
config.rs | ||
lib.rs | ||
server.rs | ||
task.rs | ||
tools.rs |