@@ -130,11 +130,11 @@ path = IRI.percentEncodedPath; else path = @"/"; requestString = [OFMutableString stringWithFormat: - @"%s %@", OFHTTPRequestMethodName(method), path]; + @"%@ %@", OFHTTPRequestMethodString(method), path]; if (IRI.query != nil) { [requestString appendString: @"?"]; [requestString appendString: IRI.percentEncodedQuery]; }