Skip to content

0.8.0

Compare
Choose a tag to compare
@anmonteiro anmonteiro released this 12 Apr 02:46
· 83 commits to master since this release

CHANGES:

  • h2: scheduler: fix bug that caused zero length DATA frames not to be sent if
    there were no flow-control credits
    (#142) -- reported by
    @blandinw
  • h2,h2-lwt,h2-lwt-unix,h2-async,h2-mirage Add trailers_handler to
    Connection.request (#146)
  • h2: client / server: fix a security issue that allowed a malicious peer to
    make h2 allocate as much as it wanted
    (#149)