Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/tls: Fix connection stall on partial tls record
In the case of writing a partial tls record we forgot to clear the ctx->in_tcp_sendpages flag, causing some connections to stall. Fixes: c212d2c ("net/tls: Don't recursively call push_record during tls_write_space callbacks") Signed-off-by: Andre Tomt <andre@tomt.net> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information