1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

h2: we dont support PUSH

This commit is contained in:
Andy Green 2019-10-02 08:55:59 -07:00
parent eda6707a84
commit abea7da587

View file

@ -71,7 +71,7 @@ const struct http2_settings lws_h2_stock_settings = { {
*
* Can't pass h2spec with less than 4096 here...
*/
/* H2SET_ENABLE_PUSH */ 1,
/* H2SET_ENABLE_PUSH */ 0,
/* H2SET_MAX_CONCURRENT_STREAMS */ 24,
/* H2SET_INITIAL_WINDOW_SIZE */ 65535,
/* H2SET_MAX_FRAME_SIZE */ 16384,