I have a webview in my application. From this webview, I generate ajax
requests.

I see that "keep-alive" is not present in request header.

This creates a bottle neck in my application as the browser to open
and close the connection for every request. Is there a way to keep the
connection open and reuse the same connection for successive request ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to