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:
Tatsuhiro Tsujikawa
2021-08-22 23:35:05 +09:00
committed by GitHub

View File

@@ -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 */