We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b125498 commit a724e10Copy full SHA for a724e10
src/webinspector.c
@@ -37,7 +37,7 @@
37
#define MAX_RPC_LEN 8096 - 500
38
39
// some arbitrarly limit, to catch bad packets
40
-#define MAX_BODY_LENGTH 1<<24
+#define MAX_BODY_LENGTH 1<<26
41
42
struct wi_private {
43
bool partials_supported;
0 commit comments