summaryrefslogtreecommitdiff
path: root/src/h2.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-06-04 14:36:08 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-06-04 14:36:08 -0400
commitef62ff9419f5742dd5631293a4c19088574ebd99 (patch)
tree7bef114e05e2b2a0ff4e4097500743854e495019 /src/h2.c
parent5d0f174feb496be2e2079ad1093a0fae5eef6947 (diff)
downloadlighttpd-git-ef62ff9419f5742dd5631293a4c19088574ebd99.tar.gz
[core] increase session window size to 256k
(adjust the HTTP/2 frame value to match the comment; previous value was actually adjusting only to 128k)
Diffstat (limited to 'src/h2.c')
-rw-r--r--src/h2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h2.c b/src/h2.c
index 187face2..b6217b4a 100644
--- a/src/h2.c
+++ b/src/h2.c
@@ -1985,7 +1985,7 @@ h2_init_con (request_st * const restrict h2r, connection * const restrict con, c
,H2_FTYPE_WINDOW_UPDATE /* frame type */
,0x00 /* frame flags */
,0x00, 0x00, 0x00, 0x00 /* stream identifier */
- ,0x00, 0x01, 0x00, 0x01 /* 196609 *//*(increase connection rwin to 256k)*/
+ ,0x00, 0x03, 0x00, 0x01 /* 196609 *//*(increase connection rwin to 256k)*/
};
chunkqueue_append_mem(con->write_queue,