Fix reference to non-existing nghttp2_option_set_max_send_header_block_size() in comment

This commit is contained in:
Amir Livneh 2021-08-19 13:14:58 -04:00 committed by GitHub
parent 80c9c705b8
commit af15b22b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
/* Maximum headers block size to send, calculated using
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
/* The number of bytes for each SETTINGS entry */