Renumber SETTINGS
This commit is contained in:
parent
c79adf6997
commit
112b49cb9a
|
@ -420,15 +420,15 @@ typedef enum {
|
|||
/**
|
||||
* SETTINGS_MAX_CONCURRENT_STREAMS
|
||||
*/
|
||||
NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS = 4,
|
||||
NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS = 3,
|
||||
/**
|
||||
* SETTINGS_INITIAL_WINDOW_SIZE
|
||||
*/
|
||||
NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE = 7,
|
||||
NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE = 4,
|
||||
/**
|
||||
* Maximum ID of :type:`nghttp2_settings_id`.
|
||||
*/
|
||||
NGHTTP2_SETTINGS_MAX = 7
|
||||
NGHTTP2_SETTINGS_MAX = 4
|
||||
} nghttp2_settings_id;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue