Tagged Questions
0
votes
1answer
113 views
Tokenising stream of HTTP messages in Objective-C
I have an NSData object that consists of several HTTP responses or requests concatenated together. What is the most effective way to tokenise this stream of requests/responses into individual ...
0
votes
2answers
2k views
CFNetwork HTTP timeout?
I am looking for a way to add a timeout to a CFHTTP request. It seems like there should be a feature of the CFHTTPMessage or the CFReadStream object, but I can't find it. Do I have to roll my own ...