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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri May 17 14:31:19 CEST 2019




The error you are seeing is in `gnutls_bye()` call which is the call to close a connection. Typically applications ignore any error code there, basically because several servers in the past did not close connections properly. The error which the application should have seen due to log is the error in the push function due to `EPIPE` seen while writing the bye message. However the message in the error log you attach is error in the pull function. Not sure what is going on there, you may need to debug the application. How is git using gnutls there? I cannot see to find a reference of gnutls in its code.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/769#note_171503216
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/20190517/dc13255a/attachment.html>


More information about the Gnutls-devel mailing list