Jörn, >if ( xml.overrideMimeType ) > xml.setRequestHeader("Connection", "close"); > >I'm still not sure when that is really necessary to set. Could someone >summarize the conclusion from this thread?
In older Gecko builds v1.0.x, the content length was incorrect unless you passed in the connection close instruction. This meant that your AJAX packets would get corrupted. -Dan