vimalmishra09 / oauthconsumer

Automatically exported from code.google.com/p/oauthconsumer
0 stars 0 forks source link

short timeout on OAMutableURLRequest #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use a OAMutableURLRequest on a slowish server/connection
2. it times out and fails

What is the expected output? What do you see instead?
A successful request

What version of the product are you using? On what operating system?
iPhone

Please provide any additional information below.

The timeout specified in OAMutableURLRequest.m is 10 seconds, which I kept 
hitting when 
recently trying to interact with foursquare. The default timeout for 
NSURLRequest_Class is 60 
seconds and it should probably be the same for OAMutableURLRequest.

http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/
Classes/N
SURLRequest_Class/Reference/Reference.html

Original issue reported on code.google.com by gabebear@gmail.com on 4 May 2010 at 3:35