1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 18:55:05 +00:00
actix-web/awc/tests
Maxim Vorobjov 10e3e72595
Http2 client configuration to improve performance (#1394)
* add defaults for http2 client configuration

* fix spaces

* Add changes text for extended H2 defaults buffers

* client: configurable H2 window sizes and max_http_version

* add H2 window size configuration and max_http_version to awc::ClientBuilder

* add awc::ClientBuilder H2 window sizes and max_http_version

* add test for H2 window size settings

* cleanup comment

* Apply code review fixes

* Code review fix for awc ClientBuilder

* Remove unnecessary comments on code review

* pin quote version to resolve build issue

* max_http_version to accept http::Version

* revert fix for quote broken build
2020-03-07 11:09:31 +09:00
..
test_client.rs Rename HttpServer::start() to HttpServer::run() 2019-12-22 17:12:22 +04:00
test_connector.rs Http2 client configuration to improve performance (#1394) 2020-03-07 11:09:31 +09:00
test_rustls_client.rs Fix/suppress warnings 2020-02-08 02:20:01 +09:00
test_ssl_client.rs Rename HttpServer::start() to HttpServer::run() 2019-12-22 17:12:22 +04:00
test_ws.rs refactor http-test server 2019-12-12 23:08:38 +06:00