Skip to content

Commit

Permalink
Write back-pressure support (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 12, 2024
1 parent 0b65b30 commit fb917b5
Show file tree
Hide file tree
Showing 8 changed files with 228 additions and 96 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

* Remove protocol variant services

* Disable keep-alive timer is not configured
* Disable keep-alive timer if not configured

* Add write back-pressure to io dispatcher

## [1.1.0] - 2024-03-07

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ serde_json = "1"
thiserror = "1"

[dev-dependencies]
rand = "0.8"
env_logger = "0.11"
ntex-tls = "1.1"
openssl = "0.10"
Expand Down
Loading

0 comments on commit fb917b5

Please sign in to comment.