@@ -99,11 +99,14 @@ } - (void)client: (OFHTTPClient *)client didPerformRequest: (OFHTTPRequest *)request response: (OFHTTPResponse *)response_ + exception: (id)exception { + OF_ENSURE(exception == nil); + response = [response_ retain]; [[OFRunLoop mainRunLoop] stop]; }