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! -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/4a0a48e2-c444-4fd5-a29f-067457fcfc3a%40googlegroups.com.
