We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f69d21 commit 209c2e9Copy full SHA for 209c2e9
src/server/conn.rs
@@ -524,7 +524,7 @@ impl<E> Http<E> {
524
/// Default is currently ~16MB, but may change.
525
#[cfg(feature = "http2")]
526
#[cfg_attr(docsrs, doc(cfg(feature = "http2")))]
527
- pub fn max_header_list_size(&mut self, max: u32) -> &mut Self {
+ pub fn http2_max_header_list_size(&mut self, max: u32) -> &mut Self {
528
self.h2_builder.max_header_list_size = max;
529
self
530
}
0 commit comments