mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Merge pull request #1610 from amirlivneh/comment-typo
Fix reference to non-existing nghttp2_option_set_max_send_header_block_size() in comment
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
/* Maximum headers block size to send, calculated using
|
/* Maximum headers block size to send, calculated using
|
||||||
nghttp2_hd_deflate_bound(). This is the default value, and can be
|
nghttp2_hd_deflate_bound(). This is the default value, and can be
|
||||||
overridden by nghttp2_option_set_max_send_header_block_size(). */
|
overridden by nghttp2_option_set_max_send_header_block_length(). */
|
||||||
#define NGHTTP2_MAX_HEADERSLEN 65536
|
#define NGHTTP2_MAX_HEADERSLEN 65536
|
||||||
|
|
||||||
/* The number of bytes for each SETTINGS entry */
|
/* The number of bytes for each SETTINGS entry */
|
||||||
|
|||||||
Reference in New Issue
Block a user