]> granicus.if.org Git - rtmpdump/commitdiff
More cleanup for prev commit
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Fri, 1 Jan 2010 21:04:43 +0000 (21:04 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Fri, 1 Jan 2010 21:04:43 +0000 (21:04 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@164 400ebc74-4327-4243-bc38-086b20814532

hashswf.c

index fa3d245268f58ef21c53538e873589caaabc69a8..e03a19ff7774a15b132da6056d38f2b591496465 100644 (file)
--- a/hashswf.c
+++ b/hashswf.c
@@ -154,12 +154,13 @@ http_get(const char *url, struct info *in)
   send(sb.sb_socket, sb.sb_buf, i, 0);
 
   // set timeout
-  SET_RCVTIMEO(tv, 5);
+#define HTTP_TIMEOUT   5
+  SET_RCVTIMEO(tv, HTTP_TIMEOUT);
   if (setsockopt
     (sb.sb_socket, SOL_SOCKET, SO_RCVTIMEO, (char *) &tv, sizeof(tv)))
     {
       Log(LOGERROR, "%s, Setting socket timeout to %ds failed!",
-          __FUNCTION__, tv.tv_sec);
+          __FUNCTION__, HTTP_TIMEOUT);
     }
 
   sb.sb_size = 0;