Skip to content

Commit

Permalink
Merge pull request #140 from ordepdev/patch-1
Browse files Browse the repository at this point in the history
Fix `next_header_source` alignment
  • Loading branch information
tomaka committed Feb 1, 2018
2 parents 8b36edb + 7f3ece8 commit 2543158
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 2543158

Please sign in to comment.