FSNetworking icon indicating copy to clipboard operation
FSNetworking copied to clipboard

Added ability to set connection timeout values.

Open jim0020 opened this issue 12 years ago • 3 comments

Can set a connection timeout value, in seconds (NSTimeInterval), as a default for all FSNConnection instances, and individually.

jim0020 avatar Feb 14 '13 23:02 jim0020

That looks good to me. @gwk Good enough to merge?

mattchukabam avatar Feb 20 '13 07:02 mattchukabam

this looks fine to me. style points:

  • method braces are inconsistent with the rest of the project.
  • i would not use double-underscore prefix for a static variable, because i think of those as being reserved for macro temps and compiler internals. other than those minor details it looks great. however i have not actually tested/observed the custom timeout behavior. thanks jim!

gwk avatar Feb 20 '13 13:02 gwk

Come on guys :), merge timeout support to HEAD.

dyorgio avatar Sep 08 '14 17:09 dyorgio