@@ -136,11 +136,11 @@ } @implementation OFHTTPResponse @synthesize statusCode = _statusCode, headers = _headers; -- init +- (instancetype)init { self = [super init]; @try { _protocolVersion.major = 1;