Skip to content

v0.6.8

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 04 Aug 00:23
· 2005 commits to master since this release

Bug Fixes

  • headers: fix broken deserialization of headers (f5f5e1cb)

Features

  • net:
    • Implement NetworkConnector for closure to be more flexible (abdd4c5d)
    • add socket timeouts to Server and Client (7d1f154c, closes #315)
    • implement FromRawFd/FromRawSocket (664bde58)

Breaking Changes

  • Any custom implementation of NetworkStream must now
    implement set_read_timeout and set_write_timeout, so those will
    break. Most users who only use the provided streams should work with
    no changes needed.

    Closes #315

    (7d1f154c)