Client disconnected while serving ...

30 views
Skip to first unread message

J G

unread,
Jan 28, 2020, 8:20:34 AM1/28/20
to pylons-discuss
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!

Bert JW Regeer

unread,
Jan 29, 2020, 10:08:17 PM1/29/20
to Pylons Project
Yes, this just means that waitress hasn't finished sending the response back to the client before they disappeared. Nothing to worry about.

Bert

--
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 pylons-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/4a0a48e2-c444-4fd5-a29f-067457fcfc3a%40googlegroups.com.

J G

unread,
Jan 31, 2020, 6:03:09 AM1/31/20
to pylons-discuss
Thank you, Bert!
Reply all
Reply to author
Forward
0 new messages