mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
remove unneeded unsafe blocks
This commit is contained in:
parent
4225e093cc
commit
40b0d5e4ab
2 changed files with 7 additions and 10 deletions
|
@ -263,8 +263,7 @@ where
|
|||
|
||||
// remove written data
|
||||
if written == len {
|
||||
// flushed same amount as in buffer, we dont need to reallocate
|
||||
unsafe { self.write_buf.set_len(0) }
|
||||
self.write_buf.clear()
|
||||
} else {
|
||||
self.write_buf.advance(written);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue