actix-web v2.0.0-alpha.2 Release Notes

Release Date: 2020-03-07 // about 4 years ago
  • ๐Ÿ”„ Changes

    ๐Ÿ”„ Changed

    โšก๏ธ Update actix-connect and actix-tls dependency to 2.0.0-alpha.1. #1395

    ๐Ÿ”„ Change default initial window size and connection window size for HTTP2 to 2MB and 1MB respectively
    ๐ŸŒ to improve download speed for awc when downloading large objects. #1394

    client::Connector accepts initial_window_size and initial_connection_window_size HTTP2 configuration. #1394

    client::Connector allowing to set max_http_version to limit HTTP version to be used. #1394