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 b119ab3 commit 5887b3eCopy full SHA for 5887b3e
src/server/mod.rs
@@ -132,7 +132,6 @@ where
132
.map(|connection| connection.as_str())
133
.unwrap_or("");
134
135
- let connection_header_is_upgrade = connection_header_as_str.split(',').any(|s| s.trim().eq_ignore_ascii_case("upgrade"));
136
let connection_header_is_upgrade = connection_header_as_str
137
.split(',')
138
.any(|s| s.trim().eq_ignore_ascii_case("upgrade"));
0 commit comments