Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 5, 2024
1 parent eb21e64 commit 8a4df96
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ntex-io/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## [0.3.18] - 2024-01-05
## [0.3.18] - 2024-01-xx

* Min timeout more than 1sec and less than 2sec

Expand Down
2 changes: 1 addition & 1 deletion ntex-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.3.17"
version = "0.3.18"
authors = ["ntex contributors <[email protected]>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]
Expand Down
2 changes: 0 additions & 2 deletions ntex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ webpki-roots = { version = "0.25", optional = true }
brotli2 = { version="0.3.2", optional = true }
flate2 = { version = "1.0.22", optional = true }

backtrace = "*"

[dev-dependencies]
env_logger = "0.10"
rand = "0.8"
Expand Down
7 changes: 0 additions & 7 deletions ntex/src/http/h1/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -906,13 +906,6 @@ where
"Keep-alive",
)))
} else {
log::error!(
"{}: Slow request timeout: {:?} == {:?}\n{:?}",
self.io.tag(),
self.io.flags(),
self.flags,
backtrace::Backtrace::new()
);
Err(DispatchError::SlowRequestTimeout)
}
}
Expand Down

0 comments on commit 8a4df96

Please sign in to comment.