ObjFW  Diff

Differences From Artifact [802233b235]:

To Artifact [ef8de3042e]:


62
63
64
65
66
67
68
69
70
71
72
}

- (OFString *)description
{
	const char *method = of_http_request_method_to_string(_request.method);

	return [OFString stringWithFormat:
	    @"An HTTP %s request with URL %@ failed with code %d!", method,
	    _request.URL, _response.statusCode];
}
@end







|



62
63
64
65
66
67
68
69
70
71
72
}

- (OFString *)description
{
	const char *method = of_http_request_method_to_string(_request.method);

	return [OFString stringWithFormat:
	    @"An HTTP %s request with URL %@ failed with code %hd!", method,
	    _request.URL, _response.statusCode];
}
@end