diff --git a/src/client.rs b/src/client.rs index 410b78882..1648d0253 100644 --- a/src/client.rs +++ b/src/client.rs @@ -43,7 +43,7 @@ pub struct ClientConnection { sink: SequentialWriterBuilder>, // Reader to read the next header from - next_header_source: SequentialReader>, + next_header_source: SequentialReader>, // set to true if we know that the previous request is the last one no_more_requests: bool,