Respect SETTINGS_HEADER_TABLE_SIZE (#459)
This commit is contained in:
		| @@ -107,6 +107,16 @@ impl Settings { | ||||
|         self.enable_push = Some(enable as u32); | ||||
|     } | ||||
|  | ||||
|     pub fn header_table_size(&self) -> Option<u32> { | ||||
|         self.header_table_size | ||||
|     } | ||||
|  | ||||
|     /* | ||||
|     pub fn set_header_table_size(&mut self, size: Option<u32>) { | ||||
|         self.header_table_size = size; | ||||
|     } | ||||
|     */ | ||||
|  | ||||
|     pub fn load(head: Head, payload: &[u8]) -> Result<Settings, Error> { | ||||
|         use self::Setting::*; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user