Skip to content

Commit 8a7f68b

Browse files
committed
ws: increase max http message from 2kb to 4kb
1 parent febcc0a commit 8a7f68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const CDP = @import("cdp/cdp.zig").CDP;
3939

4040
const TimeoutCheck = std.time.ns_per_ms * 100;
4141

42-
const MAX_HTTP_REQUEST_SIZE = 2048;
42+
const MAX_HTTP_REQUEST_SIZE = 4096;
4343

4444
// max message size
4545
// +14 for max websocket payload overhead

0 commit comments

Comments
 (0)