]> granicus.if.org Git - curl/commit
Curl_socket_ready: make timeout a 'long'
authorDaniel Stenberg <daniel@haxx.se>
Sat, 4 Jun 2011 19:19:14 +0000 (21:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 4 Jun 2011 19:19:14 +0000 (21:19 +0200)
commit4f170ee8f9c1d067022300df2da331c30dcda9dd
tree5734ca49661f8085638ab8255ac60448b2f61cb9
parentfba00c9f7be2dad06b8691952508882c4da14185
Curl_socket_ready: make timeout a 'long'

It was mostly typecasted to int all over the code so switching to long
instead all over should be a net gain.
14 files changed:
lib/connect.c
lib/cyassl.c
lib/ftp.c
lib/gtls.c
lib/http_proxy.c
lib/pingpong.c
lib/polarssl.c
lib/select.c
lib/select.h
lib/socks.c
lib/ssh.c
lib/ssluse.c
lib/tftp.c
lib/transfer.c