MDL-30154 Repositories : fixed whitespace.

This commit is contained in:
Aparup Banerjee 2011-11-08 11:29:31 +08:00
parent 7a3a8fd0c5
commit 5d788e38ff

View File

@ -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);