mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-56915-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
6dc3a5b699
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user