ObjFW  Diff

Differences From Artifact [f26acdf614]:

To Artifact [583af651c3]:


1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
			@throw [OFHTTPRequestFailedException
			    exceptionWithRequest: request
					response: response];

		self = [[response string] retain];
	} else
# endif
		@throw [OFUnsupportedProtocolException exception];

	objc_autoreleasePoolPop(pool);

	return self;
}
#endif








|







1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
			@throw [OFHTTPRequestFailedException
			    exceptionWithRequest: request
					response: response];

		self = [[response string] retain];
	} else
# endif
		@throw [OFUnsupportedProtocolException exceptionWithURL: URL];

	objc_autoreleasePoolPop(pool);

	return self;
}
#endif