NSURLConnection sometimes truncates the body of NSMutableURLRequest

I have an application in appStore that synchronizes xml data with a web service. Today I had two error reports caused by the xml document ending prematurely. One is finished right in the middle of the xml tag, so I know this is not a problem caused by special characters. One of the errors occurred at 184kb, the other at 302kb, so this is not a problem with truncating the request after so many bytes. However, this seems to be a problem only with longer queries.

Are there any specific settings that will prevent this truncation?

+3
source share
1 answer

, , NSURLConnection . , .

0

All Articles