Author: titmuss
Date: Wed Jan 16 10:01:39 2008
New Revision: 1469

URL: http://svn.slimdevices.com?rev=1469&root=Jive&view=rev
Log:
Bug: N/A
Description:
Fix syntax error.


Modified:
    trunk/jive/src/pkg/jive/share/jive/net/SocketHttp.lua

Modified: trunk/jive/src/pkg/jive/share/jive/net/SocketHttp.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/jive/net/SocketHttp.lua?rev=1469&root=Jive&r1=1468&r2=1469&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/jive/net/SocketHttp.lua (original)
+++ trunk/jive/src/pkg/jive/share/jive/net/SocketHttp.lua Wed Jan 16 10:01:39 
2008
@@ -688,7 +688,7 @@
                
        else
                        
-               if self.t_httpReceiving:t_getResponseHeader("Content-Length")
+               if self.t_httpReceiving:t_getResponseHeader("Content-Length") 
then
                        -- if we have a length, use it!
                        len = 
tonumber(self.t_httpReceiving:t_getResponseHeader("Content-Length"))
                        mode = 'jive-by-length'

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

Reply via email to