issue 134: reduce timeout period for minidump upload : reviwer waylonis

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@128 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ladderbreaker 2007-03-16 18:28:53 +00:00
parent 1a4310017e
commit d128f5f6af

View File

@ -142,7 +142,11 @@
//=============================================================================
- (NSData *)send:(NSError **)error {
NSMutableURLRequest *req = [[NSMutableURLRequest alloc] initWithURL:url_];
NSMutableURLRequest *req =
[[NSMutableURLRequest alloc]
initWithURL:url_ cachePolicy:NSURLRequestUseProtocolCachePolicy
timeoutInterval:10.0 ];
NSMutableData *postBody = [NSMutableData data];
int i, count;