Skip to content

Commit

Permalink
Merge pull request #112 from kobykahane/fix_tls_13
Browse files Browse the repository at this point in the history
fix #111 multiple SEC_I_RENEGOTIATE
  • Loading branch information
steffengy authored Nov 10, 2024
2 parents 6f52fa4 + 7afee0b commit ac0231c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tls_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,6 @@ where
if let Some(to_write) = to_write {
self.out_buf.get_mut().extend_from_slice(&to_write);
}
if self.enc_in.position() != 0 {
self.decrypt()?;
}
if let State::Initializing {
ref mut more_calls, ..
} = self.state
Expand Down

0 comments on commit ac0231c

Please sign in to comment.