Skip to content

Actix web 0.7.14

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 15 Nov 00:25
· 2473 commits to master since this release

Changes

Added

  • Add method to configure custom error handler to Query and Path extractors.

  • Add method to configure SameSite option in CookieIdentityPolicy.

Fixed

  • Fix websockets connection drop if request contains "content-length" header #567

  • Fix keep-alive timer reset

  • HttpServer now treats streaming bodies the same for HTTP/1.x protocols. #549

  • Set nodelay for socket #560