Friday, March 15, 2013

s60 Bug

I've been battling with this issue for the last couple of days. Very simply, this is what's up.
When making a POST request in an s60 device, the first request goes through but subsequent requests immediately following fail. However, a requested submitted a few seconds later will work.

After literally ripping the code apart, I found that a HTTP-400 error is what triggers the failure. Testing on another platform and language confirms that the server is not to blame here. More digging on the internet seems to point to a somewhat native issue with the underlying http methods and their hold on data/resources during and after a http request.(Even issues surrounding memory leak have been raised)

http://www.developer.nokia.com/Community/Discussion/showthread.php?102878-http-error-400-with-Content-Type

http://www.developer.nokia.com/Community/Discussion/showthread.php?67798-CHTTPFormEncoder-and-HTTP-CORE-10-Panic

No comments:

Post a Comment