@@ -34,17 +34,17 @@ { return [[[self alloc] initWithRequest: request response: response] autorelease]; } -- init +- (instancetype)init { OF_INVALID_INIT_METHOD } -- initWithRequest: (OFHTTPRequest *)request - response: (OFHTTPResponse *)response +- (instancetype)initWithRequest: (OFHTTPRequest *)request + response: (OFHTTPResponse *)response { self = [super init]; _request = [request retain]; _response = [response retain];