Merge branch 'MDL-56915-master' of git://github.com/FMCorz/moodle
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user