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)