sockjs-protocol icon indicating copy to clipboard operation
sockjs-protocol copied to clipboard

POST_async load=False is racy

Open majek opened this issue 13 years ago • 0 comments

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.

majek avatar Mar 16 '12 17:03 majek