Hi there,
I've case where server return incomplete data for my requests.
Here's the detail: [url]http://dl.dropbox.com/u/1636195/ovi_incomplete_responses.txt[/url]
Notice at the end of each request, the HTML is incomplete.
Printable View
Hi there,
I've case where server return incomplete data for my requests.
Here's the detail: [url]http://dl.dropbox.com/u/1636195/ovi_incomplete_responses.txt[/url]
Notice at the end of each request, the HTML is incomplete.
Hi,
Check with Http example found in Forum Nokia if you are making the request OK and also check the server side people if they have some issues with the Server code.
Is this happening occasionally, or every time you try it?
only in this application.
Here's the situation in this one:
1. onload, it prefetch forum lists and save generated html list in div
2. on forum click, it fetch thread lists and save generated html in div (at this point, I believe there are two huge divs)
3. on thread click, it again fetch thread content (question and all replies at page one). This is where the server responses trimmed. I believe it is caused by huge chunks of HTML. But, I don't know how to confirm it.