[glib-networking/wip/openssl] fix



commit a0ff842472d3a89298ba33f6919121f86deed25c
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Jan 21 10:29:17 2016 +0100

    fix

 tls/openssl/gtlsbio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tls/openssl/gtlsbio.c b/tls/openssl/gtlsbio.c
index 13f9712..17d10a0 100644
--- a/tls/openssl/gtlsbio.c
+++ b/tls/openssl/gtlsbio.c
@@ -153,6 +153,7 @@ gtls_bio_read (BIO  *bio,
 
   gbio = (GTlsBio *)bio->ptr;
 
+  BIO_clear_retry_flags (bio);
   read = g_pollable_stream_read (g_io_stream_get_input_stream (gbio->io_stream),
                                  out, outl,
                                  gbio->read_blocking,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]