Revision cc176feb asi-http-request-with-pithos/Classes/CloudFiles/ASICloudFilesObjectRequest.m

b/asi-http-request-with-pithos/Classes/CloudFiles/ASICloudFilesObjectRequest.m
130 130
	object.bytes = [[[self responseHeaders] objectForKey:@"Content-Length"] intValue];
131 131
	object.contentType = [[self responseHeaders] objectForKey:@"Content-Type"];
132 132
	object.lastModified = [[self responseHeaders] objectForKey:@"Last-Modified"];
133
	object.metadata = [[NSMutableDictionary alloc] init];
133
	object.metadata = [NSMutableDictionary dictionary];
134 134
	
135 135
	for (NSString *key in [[self responseHeaders] keyEnumerator]) {
136 136
		NSRange metaRange = [key rangeOfString:@"X-Object-Meta-"];

Also available in: Unified diff