aboutsummaryrefslogtreecommitdiff
path: root/src/http/websocket.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/websocket.zig')
-rw-r--r--src/http/websocket.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/websocket.zig b/src/http/websocket.zig
index caa511670..01ddb8bc8 100644
--- a/src/http/websocket.zig
+++ b/src/http/websocket.zig
@@ -112,7 +112,7 @@ pub const Websocket = struct {
conn: *tcp.Connection,
err: ?anyerror = null,
- buf: [4096]u8 = undefined,
+ buf: [8096]u8 = undefined,
read_stream: ReadStream,
reader: ReadStream.Reader,
flags: u32 = 0,