Handle padding & stream priority when parsing headers frame
This commit is contained in:
		| @@ -14,7 +14,7 @@ impl GoAway { | ||||
|             unimplemented!(); | ||||
|         } | ||||
|  | ||||
|         let last_stream_id = StreamId::parse(&payload[..4]); | ||||
|         let (last_stream_id, _) = StreamId::parse(&payload[..4]); | ||||
|         let error_code = unpack_octets_4!(payload, 4, u32); | ||||
|  | ||||
|         Ok(GoAway { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user