From 1386e8efc3d21d9d976b0f61d4d86d8992f9f1bc Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Sat, 9 Jul 2011 22:30:29 +0000 Subject: [PATCH] (Fixes issue 366) Reducing chop size to prevent ERROR WEBrick::HTTPStatus::RequestURITooLarge git-svn-id: https://beef.googlecode.com/svn/trunk@1049 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- core/main/client/net.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main/client/net.js b/core/main/client/net.js index 8bd4700e7..3e88d8e9a 100644 --- a/core/main/client/net.js +++ b/core/main/client/net.js @@ -24,7 +24,7 @@ beef.net = { port: "<%= @beef_port %>", hook: "<%= @beef_hook %>", handler: '/dh', - chop: 1000, + chop: 500, pad: 30, //this is the amount of padding for extra params such as pc, pid and sid sid_count: 0, cmd_queue: [],