Author: titmuss
Date: Wed Oct 29 13:57:20 2008
New Revision: 3232

URL: http://svn.slimdevices.com?rev=3232&root=Jive&view=rev
Log:
Bug: 8159
Description:
Revert the timeout change, we wait for 70 seconds to get the http headers.


Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/share/jive/net/SocketHttp.lua

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/net/SocketHttp.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/net/SocketHttp.lua?rev=3232&root=Jive&r1=3231&r2=3232&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/net/SocketHttp.lua 
(original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/net/SocketHttp.lua Wed Oct 
29 13:57:20 2008
@@ -63,7 +63,7 @@
 
 -- timeout for socket operations
 local SOCKET_CONNECT_TIMEOUT = 10 -- connect in 10 seconds
-local SOCKET_TIMEOUT = 70 -- response in 70 seconds
+local SOCKET_BODY_TIMEOUT = 70 -- response in 70 seconds
 
 -- http authentication credentials
 local credentials = {}
@@ -520,7 +520,7 @@
                end
        end
        
-       self:t_addRead(pump, SOCKET_CONNECT_TIMEOUT)
+       self:t_addRead(pump, SOCKET_BODY_TIMEOUT)
 end
 
 
@@ -814,7 +814,7 @@
                end
        end
        
-       self:t_addRead(pump, SOCKET_TIMEOUT)
+       self:t_addRead(pump, SOCKET_BODY_TIMEOUT)
 end
 
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to