cargo hyper 0.6.8

latest releases: 0.14.17, 0.14.16, 0.14.15...
8 years ago

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)

Don't miss a new hyper release

NewReleases is sending notifications on new releases.