summaryrefslogtreecommitdiff
path: root/core/http_bench.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/http_bench.rs')
-rw-r--r--core/http_bench.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/http_bench.rs b/core/http_bench.rs
index fced92bf8..977432465 100644
--- a/core/http_bench.rs
+++ b/core/http_bench.rs
@@ -98,7 +98,7 @@ pub type HttpBenchOp = dyn Future<Item = i32, Error = std::io::Error> + Send;
struct HttpBench();
-impl Behavior for HttpBench {
+impl Dispatch for HttpBench {
fn dispatch(
&mut self,
control: &[u8],