hyper v0.13.2 Release Notes

Release Date: 2020-01-29 // about 4 years ago
  • ๐Ÿ› Bug Fixes

    • body: return exactly 0 SizeHint for empty body (#2122) (dc882047)
    • client: strip path from Uri before calling Connector (#2109) (ba2a144f)
    • http1:
      • only send 100 Continue if request body is polled (c4bb4db5)
      • remove panic for HTTP upgrades that have been ignored (#2115) (1881db63, closes #2114)
    • http2: don't add client content-length if method doesn't require it (fb90d30c)

    ๐Ÿ”‹ Features

    • service: Implement Clone/Copy on ServiceFn and MakeServiceFn (#2104) (a5720fab)