- Refactored a lot of timeout code into a few functions in an attempt to make
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Feb 2008 22:25:04 +0000 (22:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Feb 2008 22:25:04 +0000 (22:25 +0000)
commit1b701c746f66b8fd5bf3017c36254dbde8456df2
tree9ce8d20c20100c4fb9bbec0966928641f9f910b7
parent15bf16852705a585b694cb0d50d21f7edd6b7a88
- Refactored a lot of timeout code into a few functions in an attempt to make
  them all use the same (hopefully correct) logic to make it less error-prone
  and easier to introduce library-wide where it should be used.
CHANGES
RELEASE-NOTES
lib/connect.c
lib/connect.h
lib/ftp.c
lib/gtls.c
lib/qssl.c
lib/socks.c
lib/ssluse.c
lib/tftp.c