IOS Nsurlconnection callback method Invalid parsing!

Source: Internet
Author: User

Dispatch_async (Dispatch_get_global_queue (Dispatch_queue_priority_default,0), ^{nsmutableurlrequest*request =[[Nsmutableurlrequest alloc] Initwithurl:[nsurl urlwithstring:urlstr] CachePolicy:        Nsurlrequestreloadignoringlocalcachedata Timeoutinterval:connectiont_timeout]; NSString*encodedstr =[Body stringbyaddingpercentescapesusingencoding:nsutf8stringencoding]; NSData*senddata =[Encodedstr datausingencoding:nsutf8stringencoding Allowlossyconversion:yes]; NSString*datalengthstr =[nsstring stringWithFormat:@"%lu", (unsignedLong) [senddata length]]; [Request Setvalue:datalengthstr Forhttpheaderfield:@"Content-length"]; [Request SetValue:@"application/x-www-form-urlencoded"Forhttpheaderfield:@"Content-type"]; [Request Sethttpmethod:@"POST"];        [Request Sethttpbody:senddata]; Self.connection= [Nsurlconnection connectionwithrequest:requestDelegate: Self]; });

This is a code executed in the main thread that has a problem with the execution result and cannot receive a network rollback.

Analysis to be Continued ...

Need to study why connection can't stop threads from ending! What can stop it?

IOS Nsurlconnection callback method Invalid parsing!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.