[gnutls-devel] GnuTLS | git clone error on ubuntu 19.04 (#769)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon May 20 08:35:57 CEST 2019




I wonder whether a patch like that would address this issue.
```
diff --git a/lib/buffers.c b/lib/buffers.c
index 076a39f06b..a7bee75b11 100644
--- a/lib/buffers.c
+++ b/lib/buffers.c
@@ -225,6 +225,7 @@ int errno_to_gerr(int err, unsigned dtls)
                else
                        return GNUTLS_E_PUSH_ERROR;
        case ECONNRESET:
+       case EPIPE:
                return GNUTLS_E_PREMATURE_TERMINATION;
        default:
                gnutls_assert();
```

@BigGosh would you like to try that?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/769#note_172077886
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190520/6875a50d/attachment.html>


More information about the Gnutls-devel mailing list