|
Post by fatticacid on Sept 18, 2019 6:59:38 GMT
Hi,
I am facing an issue when I upgrading Rhodes from oss to 6.1.16.
When I try to download a zip file from Server, I did received callback from the delegate function of NSURLConnection "didReceivedResponse" and "connectionDidFinishedLoding". However, the delegate function of NSURLConnection "didReceivedData" was never called. The request content-type is "multipart/x-mixed-replace"
Can anyone help? Thanks a lot.
|
|
|
Post by Alex Epifanov on Sept 18, 2019 16:42:19 GMT
How do you figure you should ever receive onData callback in Ruby code? Was it working before?
|
|