File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ windows-sys = { workspace = true, features = [
5151# Linux specific dependencies
5252[target .'cfg(target_os = "linux")' .dependencies ]
5353compile_warning = { version = " 0.1.0" , optional = true }
54- io-uring = { version = " 0.7.0 " , optional = true }
54+ io-uring = { version = " 0.7.12 " , optional = true }
5555once_cell = { workspace = true , optional = true }
5656polling = { version = " 3.3.0" , optional = true }
5757rustix = { workspace = true , features = [" linux_5_11" ] }
Original file line number Diff line number Diff line change @@ -550,6 +550,7 @@ unsafe impl<S: AsFd> OpCode for RecvMulti<S> {
550550 let fd = self . inner . fd . as_fd ( ) . as_raw_fd ( ) ;
551551 opcode:: RecvMulti :: new ( Fd ( fd) , self . inner . buffer_group )
552552 . flags ( self . inner . flags . bits ( ) as _ )
553+ . len ( self . inner . len )
553554 . build ( )
554555 . into ( )
555556 }
You can’t perform that action at this time.
0 commit comments