mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
[Protocol] Add buffer comment to refactor at some point remaining_bytes
This commit is contained in:
parent
9d8fb1ba94
commit
071fc367df
2 changed files with 4 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ fn get_data<Client: QuakeClient>(address: &SocketAddr, timeout_settings: Option<
|
|||
|
||||
bufferer.move_cursor(response_header.len() as isize)?;
|
||||
|
||||
Ok(bufferer.remaining_bytes().to_vec()) //TODO: Maybe fix?
|
||||
Ok(bufferer.remaining_bytes().to_vec())
|
||||
}
|
||||
|
||||
fn get_server_values(bufferer: &mut Buffer<LittleEndian>) -> GDResult<HashMap<String, String>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue