Community
Participate
Working Groups
There's a whole bunch of classes in qx.io.remote, large parts of which are probably not needed for our requests. I suggest that we replace all these classes with a single one that does nothing than sending out ajax requests. We could base the new code on some lightweight and proven ajax implementation such as jQuery's ajax() function. However, this has to be done with great care as there were some memory leaks in this area that have become apparent in the past. Remember to conduct long-running (overnight) client memory tests on relevant browsers.
After this, we could probably remove the classes: qx.net.Http qx.util.Mime
*** Bug 387286 has been marked as a duplicate of this bug. ***
Fixed with commit 86cb12fbcefc60640821f6b7bead184521aab7e0. New implementation consists of only one file, org.eclipse.rwt.Request.