|
|
@ -215,7 +215,7 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements Sabre_D |
|
|
|
if (isset($_SERVER['CONTENT_LENGTH'])) { |
|
|
|
if (isset($_SERVER['CONTENT_LENGTH'])) { |
|
|
|
$expected = $_SERVER['CONTENT_LENGTH']; |
|
|
|
$expected = $_SERVER['CONTENT_LENGTH']; |
|
|
|
if ($bytesWritten != $expected) { |
|
|
|
if ($bytesWritten != $expected) { |
|
|
|
$chunk_handler->cleanup(); |
|
|
|
$chunk_handler->remove($info['index']); |
|
|
|
throw new Sabre_DAV_Exception_BadRequest( |
|
|
|
throw new Sabre_DAV_Exception_BadRequest( |
|
|
|
'expected filesize ' . $expected . ' got ' . $bytesWritten); |
|
|
|
'expected filesize ' . $expected . ' got ' . $bytesWritten); |
|
|
|
} |
|
|
|
} |
|
|
|