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 3503e93 commit 9b5f409Copy full SHA for 9b5f409
src/proto/h2/mod.rs
@@ -35,7 +35,7 @@ pub(crate) const SPEC_WINDOW_SIZE: u32 = 65_535;
35
//
36
// TE headers are allowed in HTTP/2 requests as long as the value is "trailers", so they're
37
// tested separately.
38
-const CONNECTION_HEADERS: [HeaderName; 5] = [
+static CONNECTION_HEADERS: [HeaderName; 5] = [
39
HeaderName::from_static("keep-alive"),
40
HeaderName::from_static("proxy-connection"),
41
TRAILER,
0 commit comments