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 a7c0056 commit 2177abbCopy full SHA for 2177abb
src/common/sec_websocket_extensions.rs
@@ -61,7 +61,7 @@ use {Error, Header, HeaderValue};
61
/// [RFC6455_11.3.2]: https://tools.ietf.org/html/rfc6455#section-11.3.2
62
/// [RFC7692_7]: https://tools.ietf.org/html/rfc7692#section-7
63
#[derive(Clone, Debug, Eq, PartialEq)]
64
-pub struct SecWebsocketExtensions(pub Vec<WebsocketExtension>);
+pub struct SecWebsocketExtensions(Vec<WebsocketExtension>);
65
66
impl Header for SecWebsocketExtensions {
67
fn name() -> &'static ::HeaderName {
0 commit comments