mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 11:08:52 +08:00
Change default padding size to 16
This commit is contained in:
@@ -153,7 +153,7 @@ typedef struct {
|
|||||||
* The default value of DATA padding alignment. See
|
* The default value of DATA padding alignment. See
|
||||||
* :member:`NGHTTP2_OPT_PAD_ALIGNMENT`.
|
* :member:`NGHTTP2_OPT_PAD_ALIGNMENT`.
|
||||||
*/
|
*/
|
||||||
#define NGHTTP2_PAD_ALIGNMENT 256
|
#define NGHTTP2_PAD_ALIGNMENT 16
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @enum
|
* @enum
|
||||||
|
|||||||
Reference in New Issue
Block a user