1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00
actix-web/awc/src
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
..
builder.rs Http2 client configuration to improve performance (#1394) 2020-03-07 11:09:31 +09:00
connect.rs cleanup imports 2019-12-13 11:24:57 +06:00
error.rs upgrade to tokio 0.2 2019-12-05 23:35:43 +06:00
frozen.rs cleanup imports 2019-12-13 11:24:57 +06:00
lib.rs Demote lint level to warn 2020-02-27 22:39:11 +09:00
request.rs cleanup imports 2019-12-13 11:24:57 +06:00
response.rs cleanup imports 2019-12-13 11:24:57 +06:00
sender.rs compile with default-features off 2019-12-15 13:28:54 +06:00
test.rs upgrade to tokio 0.2 2019-12-05 23:35:43 +06:00
ws.rs update tests and clippy warnings 2019-12-08 12:31:16 +06:00