Author: kn
Date: Thu Sep 20 12:32:40 2007
New Revision: 6215
Log:
- Added TODOs for keepalive handling
Modified:
trunk/Webdav/src/backend/simple.php
Modified: trunk/Webdav/src/backend/simple.php
==============================================================================
--- trunk/Webdav/src/backend/simple.php [iso-8859-1] (original)
+++ trunk/Webdav/src/backend/simple.php [iso-8859-1] Thu Sep 20 12:32:40 2007
@@ -818,6 +818,9 @@
}
// All checks are passed, we can actuall copy now.
+ //
+ // @TODO: handle keepalive setting somehow - even the RFC is quite
+ // vague how to handle them exactly.
$errors = $this->performCopy( $source, $dest, $request->getHeader(
'Depth' ) );
if ( !count( $errors ) )
@@ -906,6 +909,9 @@
// All checks are passed, we can actuall copy now.
//
// MOVEd contents should always be copied using infinity depth.
+ //
+ // @TODO: handle keepalive setting somehow - even the RFC is quite
+ // vague how to handle them exactly.
$errors = $this->performCopy( $source, $dest,
ezcWebdavRequest::DEPTH_INFINITY );
// If an error occured we skip deletion of source.
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components