MDL-56915 webdav: Increase maximum expected header size

This commit is contained in:
Frederic Massart 2016-11-16 17:19:19 +08:00
parent b4d6669dd0
commit 35b48c7aed
No known key found for this signature in database
GPG Key ID: AC343CE142B12FB9

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;