[Gambas-user] Issue 438 in gambas: gb.xml.rpc sometimes doesn't parse data correctly due to incompleteness of received data
gambas at ...2524...
gambas at ...2524...
Mon Jun 10 20:58:08 CEST 2013
Comment #3 on issue 438 by uAle... at ...626...: gb.xml.rpc sometimes doesn't
parse data correctly due to incompleteness of received data
http://code.google.com/p/gambas/issues/detail?id=438
I checked it, and it should have worked in
http://code.google.com/p/gambas/issues/detail?id=380
In the "miniserver.class"
(http://code.google.com/p/gambas/issues/attachmentText?id=380&aid=3800010000&name=miniServer.class&token=ypSB0mNtf59I_36wVsoe1JavMpA%3A1370890134526),
i added the following code:
For cCount = 1 to 100 step 1
cLen = Len(hBuffer[Bucle]) - InStr(hBuffer[Bucle], Chr(13) & Chr(10)
& Chr(13) & Chr(10)) - 3
If cLen = hLen[Bucle] Then Break
Wait 0.01
Next
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list