googlearchive / pywebsocket

WebSocket server and extension for Apache HTTP Server for testing
BSD 3-Clause "New" or "Revised" License
309 stars 148 forks source link

standalone.py does not disable Nagle #137

Closed GoogleCodeExporter closed 4 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write a handler which sends small messages every 10ms
2. Connect to it from a Windows 7 machine from Chrome or Firefox
3. Log the timestamps when the messages were received.

What is the expected output?

Messages are received individually every 10ms.

What do you see instead?

Messages are received in batches every 200ms.

Original issue reported on code.google.com by ricea@chromium.org on 22 Jan 2015 at 10:08

ricea commented 4 years ago

Migrated to https://github.com/GoogleChromeLabs/pywebsocket3/issues/7.