ObjFW  Diff

Differences From Artifact [3cae95280a]:

To Artifact [9584b4567b]:


880
881
882
883
884
885
886

887

888
889
890
891
892
893
894
895
896
	OFHTTPClient *client;
	OFHTTPRequest *request;
	OFHTTPResponse *response;
	OFDictionary *headers;
	OFString *contentType, *contentLength;
	OFDataArray *data;
#endif

	Class c;


	c = [self class];
	[self release];

	pool = objc_autoreleasePoolPush();

	if ([[URL scheme] isEqual: @"file"]) {
#ifdef OF_HAVE_FILES
		if (encoding == OF_STRING_ENCODING_AUTODETECT)







>
|
>

<







880
881
882
883
884
885
886
887
888
889
890

891
892
893
894
895
896
897
	OFHTTPClient *client;
	OFHTTPRequest *request;
	OFHTTPResponse *response;
	OFDictionary *headers;
	OFString *contentType, *contentLength;
	OFDataArray *data;
#endif
#ifdef OF_HAVE_FILES
	Class c = [self class];
#endif


	[self release];

	pool = objc_autoreleasePoolPush();

	if ([[URL scheme] isEqual: @"file"]) {
#ifdef OF_HAVE_FILES
		if (encoding == OF_STRING_ENCODING_AUTODETECT)