Why is Flash/Firefox abandoning HttpServiceRequests... sometimes? -


this started recently. .swf loads hit 2 servlets on same server. app still works in chrome , ie.

but in firefox getting 2302 streaming errors. opening firebug shows getting responses http 200. content length not length specified in header of time. it's firefox quits trying. work.

any ideas?

(i tried firefox safe mode without luck.)

this caused update in firefox 40 , resolved last night hotfix. firefox bugzilla #1196000.

i given advice on mozilla team should have worked workaround before fix applied:

set about:config > dom.ipc.plugins.asyncinit = false local workaround.

edit: tested beta , ff41 work set true.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -