Disable Nagle's algorithm in stream HTTP server

This commit is contained in:
Marcin Kulik
2024-10-20 10:06:40 +02:00
parent 4ad1c22a29
commit c18815704c
3 changed files with 88 additions and 47 deletions

View File

@@ -29,7 +29,7 @@ which = "6.0.0"
tempfile = "3.9.0"
scraper = { version = "0.19.0", default-features = false }
avt = "0.14.0"
axum = { version = "0.7.4", default-features = false, features = ["http1", "ws"] }
axum = { version = "0.7.7", default-features = false, features = ["http1", "ws"] }
tokio = { version = "1.35.1", features = ["full"] }
futures-util = "0.3.30"
tokio-stream = { version = "0.1.14", features = ["sync"] }