Several semi-related changes:
Change requestReceivedResponseHeaders: delegate method to request:didReceiveResponseHeaders: - this change was nescessary because there's no guarantee the request won't set the headers to nil at any point Add a manual implementation of setURL: that clears the CFNetwork objects, this fixes a problem where changing the url in a delegate method like authenticationNeededForRequest would cause failure Rework delegate calling methods (again) Remove kCFStreamEventOpenCompleted from our list of event callbacks, as we don't do anything with this Tweak the delegate tests yet again
Showing
7 changed files
with
114 additions
and
84 deletions
This diff was suppressed by a .gitattributes entry.
-
Please register or login to post a comment