Merge branch 'MDL-56915-master' of git://github.com/FMCorz/moodle

This commit is contained in:
David Monllao 2016-11-17 10:32:00 +08:00
commit 6dc3a5b699

View File

@ -74,7 +74,7 @@ class webdav_client {
private $_header='';
private $_body='';
private $_connection_closed = false;
private $_maxheaderlenth = 1000;
private $_maxheaderlenth = 65536;
private $_digestchallenge = null;
private $_cnonce = '';
private $_nc = 0;