mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
udp socket worker: remove dubious #[inline] hints
This commit is contained in:
parent
f532ec1875
commit
dcf6ceaec0
1 changed files with 0 additions and 2 deletions
|
|
@ -216,7 +216,6 @@ pub fn run_socket_worker(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
|
||||||
fn read_requests(
|
fn read_requests(
|
||||||
config: &Config,
|
config: &Config,
|
||||||
state: &State,
|
state: &State,
|
||||||
|
|
@ -383,7 +382,6 @@ pub fn handle_request(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
|
||||||
fn send_responses(
|
fn send_responses(
|
||||||
state: &State,
|
state: &State,
|
||||||
config: &Config,
|
config: &Config,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue