From af15b22b03966a690305e30306d482436a763e33 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Thu, 19 Aug 2021 13:14:58 -0400 Subject: [PATCH] Fix reference to non-existing nghttp2_option_set_max_send_header_block_size() in comment --- lib/nghttp2_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_frame.h b/lib/nghttp2_frame.h index 615bbf31..4b9222ac 100644 --- a/lib/nghttp2_frame.h +++ b/lib/nghttp2_frame.h @@ -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 */