mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +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
|
||||
* :member:`NGHTTP2_OPT_PAD_ALIGNMENT`.
|
||||
*/
|
||||
#define NGHTTP2_PAD_ALIGNMENT 256
|
||||
#define NGHTTP2_PAD_ALIGNMENT 16
|
||||
|
||||
/**
|
||||
* @enum
|
||||
|
||||
Reference in New Issue
Block a user