You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A following problem appears,only with Internet Explorer, and only when using cross-domain connection:
After the client calls subscribe(), and issues HTTP GET request, server closes the connection and returns a response immediately, instead of leaving it suspended.
Tested with rest-chat example, on Atmosphere 1.0.0.beta4, GlassFish 3.1.2.2, Jersey 1.9.1, Java 7
Following client settings were used:
request.transport = 'long-polling';
request.enableXDR = true;
request.dropAtmosphereHeaders = true;
request.attachHeadersAsQueryString = true;
Here is the content of issued HTTP request, and corresponding response:
A following problem appears,only with Internet Explorer, and only when using cross-domain connection:
After the client calls subscribe(), and issues HTTP GET request, server closes the connection and returns a response immediately, instead of leaving it suspended.
Tested with rest-chat example, on Atmosphere 1.0.0.beta4, GlassFish 3.1.2.2, Jersey 1.9.1, Java 7
Following client settings were used:
Here is the content of issued HTTP request, and corresponding response:
And here is the packet trace:
The text was updated successfully, but these errors were encountered: