Monotone-Parent: 03c1031b520e0b1094e5e7cf635bc6be4d30dac3

Monotone-Revision: 935cf293ec636367ef64469ec9130956087caa1e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-05-31T21:04:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-05-31 21:04:56 +00:00
parent 28572594d9
commit 07ff561da2
6 changed files with 174 additions and 28 deletions
+2
View File
@@ -393,6 +393,7 @@ static BOOL debugObjectAllocation = NO;
static NSArray *runLoopModes = nil;
WOResponse *resp;
NSLog (@"request start");
cache = [SOGoCache sharedCache];
resp = [super dispatchRequest: _request];
[SOGoCache killCache];
@@ -408,6 +409,7 @@ static BOOL debugObjectAllocation = NO;
target: self argument: nil
order:1 modes:runLoopModes];
}
NSLog (@"request stop");
return resp;
}