Skip to content
  • Alex Crichton's avatar
    Ensure errors on TCP writes happen on Windows (#725) · 5b9d20c4
    Alex Crichton authored
    Previously an error in a TCP write might accidentally get covered up as the
    `write` function didn't check for `State::Error`. This updates that logic to
    propagate the error out to ensure if we see an error it goes upwards.
    5b9d20c4