Skip to content

9.0.1

Latest
Compare
Choose a tag to compare
@hannesm hannesm released this 15 Apr 16:04
· 2 commits to main since this release

CHANGES:

  • Unix: avoid spurious warnings when the fd is scheduled to be closed (#527
    @hannesm, review by @djs55 @reynir)
  • Unix: if recvfrom (UDP sockets) returns 0 (signalling EOF), do not try to read
    again (avoids busy loops) (#528 @hannesm, review by @reynir)