You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate rustix::net::SendFlags::EOT and add EOR. (#1054)
* Deprecate `rustix::net::SendFlags::EOT` and add `EOR`.
In `rustix::net::SendFlags`, deprecate the mis-spelled `EOT` and add the
correctly-spelled `EOT`.
Fixes#1053.
* Fix the libc backend too.
0 commit comments