From 2574c05770d70eb5fa43f7d571a3c9c6f3d80d97 Mon Sep 17 00:00:00 2001 From: Shtorm <108103062+shtorm-7@users.noreply.github.com> Date: Sun, 22 Feb 2026 18:10:15 +0300 Subject: [PATCH] Fix examples --- examples/xhttp/server.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/xhttp/server.json b/examples/xhttp/server.json index 62d5df14..c833c62d 100644 --- a/examples/xhttp/server.json +++ b/examples/xhttp/server.json @@ -35,6 +35,7 @@ "path": "/xhttp", "x_padding_bytes": "100-1000", "no_sse_header": false, // server only + "sc_max_each_post_bytes": 1000000, // packet-up only "sc_max_buffered_posts": 30, // packet-up, server only "sc_stream_up_server_secs": "20-80", // stream-up, server only "x_padding_obfs_mode": false,