hyper v0.6.14 Release Notes

Release Date: 2015-09-21 // over 8 years ago
  • ๐Ÿ› Bug Fixes

    • http:
      • Add a stream enum that makes it impossible to lose a stream (be4e7181)
      • Make sure not to lose the stream when CL is invalid (a36e44af)
    • server: use EmptyWriter for status codes that have no body (9b2998bd)
    • timeouts: remove rust #![feature] for socket timeouts (b8729698)

    ๐Ÿ”‹ Features

    • headers: add PartialEq impl for Headers struct (76cbf384)