Hi i have traefik installed on my unraid server and can see the following errors in the log:
time="2023-06-17T04:59:43-07:00" level=error msg="accept tcp [::]:80: use of closed network connection" entryPointName=http
time="2023-06-17T04:59:43-07:00" level=error msg="accept tcp [::]:8080: use of closed network connection" entryPointName=traefik
time="2023-06-17T04:59:43-07:00" level=error msg="close tcp [::]:80: use of closed network connection" entryPointName=http
time="2023-06-17T04:59:43-07:00" level=error msg="close tcp [::]:8080: use of closed network connection" entryPointName=traefik
time="2023-06-17T04:59:43-07:00" level=error msg="accept tcp [::]:443: use of closed network connection" entryPointName=https
time="2023-06-17T04:59:43-07:00" level=error msg="close tcp [::]:443: use of closed network connection" entryPointName=https
Everything seems to function normally though, what does this error mean and can it be ignored? Thanks in advance