Skip to content

v0.14.15

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 16 Nov 20:01
· 388 commits to master since this release

Bug Fixes

  • client: cancel blocking DNS lookup if GaiFuture is dropped (174b553d)

Features

  • http1: add http1_writev(bool) options to Client and Server builders, to allow forcing vectored writes (80627141)
  • upgrade: allow http upgrades with any body type (ab469eb3)

New Contributors