diff --git a/src/io.rs b/src/io.rs index b4dc782..9deb261 100644 --- a/src/io.rs +++ b/src/io.rs @@ -50,7 +50,6 @@ struct DispatcherInner>, U: Encoder + Decoder + 'stat read_max_timeout: Seconds, keepalive_timeout: Seconds, - //#[pin] response: Option>>, response_idx: usize, }