Skip to content

Commit

Permalink
fix #111 multiple SEC_I_RENEGOTIATE
Browse files Browse the repository at this point in the history
  • Loading branch information
kobykahane authored and steffengy committed Nov 10, 2024
1 parent 6f52fa4 commit d40ea1a
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 d40ea1a

Please sign in to comment.