Skip to content

Commit a724e10

Browse files
committed
increase websocket max body size
fixes #274
1 parent b125498 commit a724e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webinspector.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define MAX_RPC_LEN 8096 - 500
3838

3939
// some arbitrarly limit, to catch bad packets
40-
#define MAX_BODY_LENGTH 1<<24
40+
#define MAX_BODY_LENGTH 1<<26
4141

4242
struct wi_private {
4343
bool partials_supported;

0 commit comments

Comments
 (0)