Skip to content

actix-http: v3.11.2

Choose a tag to compare

@JohnTitor JohnTitor released this 05 Oct 02:37
25963db
  • Properly wake Payload receivers when feeding errors or EOF.
  • Add ServiceConfigBuilder type to facilitate future configuration extensions.
  • Add a configuration option to allow/disallow half closed connections in HTTP/1. This defaults to allow, reverting the change made in 3.11.1.
  • Shutdown connections when HTTP Responses are written without reading full Requests.