diff --git a/src/header/common/connection.rs b/src/header/common/connection.rs index 049fede5..6e5b5205 100644 --- a/src/header/common/connection.rs +++ b/src/header/common/connection.rs @@ -5,7 +5,7 @@ use std::from_str::FromStr; /// The `Connection` header. #[deriving(Clone, PartialEq, Show)] -pub struct Connection(Vec); +pub struct Connection(pub Vec); /// Values that can be in the `Connection` header. #[deriving(Clone, PartialEq)]