when creating XMLHttpRequests in Android WebView, no keepalive connections are used, as it seems.
My desktop browsers use keepalive when requests are often executed (for example, XMLHttpRequests triggered in the onload event on the page are queued for the page load request).
Does anyone know what keepalive connection requirements are (timeouts, headers ..)?
Thank you very much!
source share