From 5f8772f7b2d2866d1226320dbf25f0dd0507ffed Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 15 Mar 2014 13:59:07 +0100 Subject: [PATCH] ustream-ssl: always check connection at the beginning of a session Signed-off-by: Felix Fietkau --- ustream-ssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ustream-ssl.c b/ustream-ssl.c index 0ae5df6..b182308 100644 --- a/ustream-ssl.c +++ b/ustream-ssl.c @@ -178,6 +178,7 @@ static int _ustream_ssl_init(struct ustream_ssl *us, struct ustream *conn, void conn->next = &us->stream; ustream_set_io(ctx, us->ssl, conn); ustream_ssl_stream_init(us); + ustream_ssl_check_conn(us); return 0; } -- 2.30.2