Skip to content

Commit

Permalink
Fix next_header_source alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ordepdev committed Jan 31, 2018
1 parent 8b36edb commit 7f3ece8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Expand Up @@ -43,7 +43,7 @@ pub struct ClientConnection {
sink: SequentialWriterBuilder<BufWriter<RefinedTcpStream>>,

// Reader to read the next header from
next_header_source: SequentialReader<BufReader<RefinedTcpStream>>,
next_header_source: SequentialReader<BufReader<RefinedTcpStream>>,

// set to true if we know that the previous request is the last one
no_more_requests: bool,
Expand Down

0 comments on commit 7f3ece8

Please sign in to comment.