mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-21 09:37:26 -05:00
Set maximum header size to 4096
This commit is contained in:
parent
650881204f
commit
fe3586b6f4
|
|
@ -156,6 +156,7 @@ MacroActionHttpEdit::MacroActionHttpEdit(
|
|||
_timeout(new DurationSelection(this, false))
|
||||
{
|
||||
populateMethodSelection(_methods);
|
||||
_headerList->SetMaxStringSize(4096);
|
||||
|
||||
QWidget::connect(_url, SIGNAL(editingFinished()), this,
|
||||
SLOT(URLChanged()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user