sockjs-protocol
sockjs-protocol copied to clipboard
POST_async load=False is racy
Twice in the tests we use POST_async with load set to False. This is racy.
We should change the protocol to always send headers immediately, also on XHR-polling.
This requires a protocol change.