[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)
personal/stbuehler/tests-path
Glenn Strauss 2022-06-04 14:36:08 -04:00
parent 5d0f174feb
commit ef62ff9419
1 changed files with 1 additions and 1 deletions

View File

@ -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,