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:
parent
eda6707a84
commit
abea7da587
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue