Hi,
recently I switched from Zope 2 with builtin ZServer to Zope 4 with Waitress.
Since then my event log is full with messages like
2020-01-27 10:07:11,451 INFO [waitress:359][waitress] Client disconnected while serving /VirtualHostBase/https/xxx.de:443/xxx/VirtualHostRoot//favicon.ico
2020-01-27 10:18:13,542 INFO [waitress:359][waitress] Client disconnected while serving /VirtualHostBase/https/xxx.de:443/xxx/VirtualHostRoot//xxx/Calendar/day.png
Am I am right, when I think this happens when a visitor requests a page let's say with 6 assets (css, js, images) and he clicks on the next page without waiting for the assets to be loaded completely?
So nothing to worry? And yes, I saw "INFO" - just wanted to make sure.
Thank you!