Hi,
We are facing quite a strange bug.The following code :
local function onNetworkListenerTimeStamp( event )
if event.isError then
print(“there is an error”)
elseif ( event.phase == “ended” ) then
print(“everything is fine”)
end
end
network.request( sourceDate, “HEAD”, onNetworkListenerTimeStamp )
The code work perfectly on IOS devices, Android S3, Kindle Fire, S4 but does not work on Samsung Galaxy Tab 2 tablets ? The version number of Android on the tablet is 4.0.4
The following error is printed by Corona in the console window : ERROR: unexpected end of stream
We have just discover this bug on our production software. The impact is major as no news are displayed in real time because of this.
Any help would be appreciated.
For your information we have also try on the latest Corona build 2014.2368