@@ -85,11 +85,11 @@ return [OFString stringWithUTF8String: _body.items length: _body.count] .objectByParsingJSON; } -- (void)asyncPerformWithBlock: (mtx_request_block_t)block +- (void)performWithBlock: (mtx_request_block_t)block { void *pool = objc_autoreleasePoolPush(); if (_block != nil) /* Not the best exception to indicate it's already in-flight. */