mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-56915 webdav: Increase maximum expected header size
This commit is contained in:
parent
b4d6669dd0
commit
35b48c7aed
@ -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