[Zope-Checkins] CVS: Zope2 - davcmds.py:1.13.22.3
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Tue, 3 Jul 2001 14:55:41 -0400
Update of /cvs-repository/Zope2/lib/python/webdav
In directory serenade:/tmp/cvs-serv30541/lib/python/webdav
Modified Files:
Tag: ajung-webdav
davcmds.py
Log Message:
buxfix
--- Updated File davcmds.py in package Zope2 --
--- davcmds.py 2001/07/02 16:31:11 1.13.22.2
+++ davcmds.py 2001/07/03 18:55:40 1.13.22.3
@@ -352,7 +352,7 @@
self.scope = 'exclusive'
self.type = 'write'
self.owner = ''
- timeout = request.get_header('Timeout', 'infinity')
+ timeout = request.get_header('Timeout', 'infinite')
self.timeout = string.strip(string.split(timeout,',')[-1])
self.parse(data)