Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a3a8fd
)
MDL-30154 Repositories : fixed whitespace.
author
Aparup Banerjee
<aparup@moodle.com>
Tue, 8 Nov 2011 03:29:31 +0000
(11:29 +0800)
committer
Aparup Banerjee
<aparup@moodle.com>
Tue, 8 Nov 2011 03:29:31 +0000
(11:29 +0800)
lib/webdavlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/webdavlib.php
b/lib/webdavlib.php
index
33867d6
..
70bff78
100644
(file)
--- a/
lib/webdavlib.php
+++ b/
lib/webdavlib.php
@@
-1426,7
+1426,7
@@
EOD;
break;
}
}
-
+
// data is to big to handle it as one. Get it chunk per chunk...
//trying to get the full length of max_chunk_size
$buffer = fread($this->sock, $max_chunk_size);